Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ElicitationCodeHookInvocationSetting

import type { ElicitationCodeHookInvocationSetting } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.

interface ElicitationCodeHookInvocationSetting {
enableCodeHookInvocation: boolean;
invocationLabel?: string | null;
}

§Properties

§
enableCodeHookInvocation: boolean
[src]

Indicates whether a Lambda function should be invoked for the dialog.

§
invocationLabel?: string | null
[src]

A label that indicates the dialog step from which the dialog code hook is happening.