Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LexDialogActionElicitIntent

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: "ElicitIntent"

Generated using TypeDoc