interface DialogCodeHookSettingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBot.DialogCodeHookSettingProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_DialogCodeHookSettingProperty |
![]() | software.amazon.awscdk.services.lex.CfnBot.DialogCodeHookSettingProperty |
![]() | aws_cdk.aws_lex.CfnBot.DialogCodeHookSettingProperty |
![]() | 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
Name | Type | Description |
---|---|---|
enabled | boolean | IResolvable | Enables 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.