Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LexDialogActionBase

Hierarchy

Index

Properties

Optional message

message: { content: string; contentType: "PlainText" | "SSML" | "CustomPayload" }

Type declaration

  • content: string
  • contentType: "PlainText" | "SSML" | "CustomPayload"

Optional responseCard

responseCard: { contentType: "application/vnd.amazonaws.card.generic"; genericAttachments: LexGenericAttachment[]; version: number }

Type declaration

  • contentType: "application/vnd.amazonaws.card.generic"
  • genericAttachments: LexGenericAttachment[]
  • version: number

type

type: "Close" | "ElicitIntent" | "ElicitSlot" | "ConfirmIntent"

Generated using TypeDoc