aws-cdk-lib.aws_lex.CfnBot.DialogCodeHookSettingProperty

interface DialogCodeHookSettingProperty

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnBot.DialogCodeHookSettingProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_DialogCodeHookSettingProperty
Javasoftware.amazon.awscdk.services.lex.CfnBot.DialogCodeHookSettingProperty
Pythonaws_cdk.aws_lex.CfnBot.DialogCodeHookSettingProperty
TypeScript aws-cdk-lib » aws_lex » CfnBot » DialogCodeHookSettingProperty

Settings that determine the Lambda function that Amazon Lex uses for processing user responses.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const dialogCodeHookSettingProperty: lex.CfnBot.DialogCodeHookSettingProperty = {
  enabled: false,
};

Properties

NameTypeDescription
enabledboolean | IResolvableEnables the dialog code hook so that it processes user requests.

enabled

Type: boolean | IResolvable

Enables the dialog code hook so that it processes user requests.