Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LexEvent

Hierarchy

  • LexEvent

Index

Properties

bot

bot: { alias: string; name: string; version: string }

Type declaration

  • alias: string
  • name: string
  • version: string

currentIntent

currentIntent: { confirmationStatus: "None" | "Confirmed" | "Denied"; name: string; slotDetails: LexSlotDetails; slots: LexEventSlots }

Type declaration

inputTranscript

inputTranscript: string

invocationSource

invocationSource: "DialogCodeHook" | "FulfillmentCodeHook"

messageVersion

messageVersion: "1.0"

outputDialogMode

outputDialogMode: "Text" | "Voice"

requestAttributes

requestAttributes: LexEventRequestAttributes

sessionAttributes

sessionAttributes: LexEventSessionAttributes

userId

userId: string

Generated using TypeDoc