Skip to main content
Module

x/lambda/types.d.ts>LexEvent

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Extremely Popular
Go to Latest
interface LexEvent
import { type LexEvent } from "https://deno.land/x/lambda@1.24.3/types.d.ts";

Properties

currentIntent: { name: string; slots: LexEventSlots; slotDetails: LexSlotDetails; confirmationStatus: "None" | "Confirmed" | "Denied"; }
bot: { name: string; alias: string; version: string; }
userId: string
inputTranscript: string
invocationSource: "DialogCodeHook" | "FulfillmentCodeHook"
outputDialogMode: "Text" | "Voice"
messageVersion: "1.0"
sessionAttributes: LexEventSessionAttributes
requestAttributes: LexEventRequestAttributes | null