Skip to main content
Module

x/lambda/mod.ts>LexDialogActionConfirmIntent

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

Properties

type: "ConfirmIntent"
intentName: string
slots: { [name: string]: string | null; }