interface AllowedInputTypesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBot.AllowedInputTypesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_AllowedInputTypesProperty |
![]() | software.amazon.awscdk.services.lex.CfnBot.AllowedInputTypesProperty |
![]() | aws_cdk.aws_lex.CfnBot.AllowedInputTypesProperty |
![]() | aws-cdk-lib » aws_lex » CfnBot » AllowedInputTypesProperty |
Specifies the allowed input types.
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 allowedInputTypesProperty: lex.CfnBot.AllowedInputTypesProperty = {
allowAudioInput: false,
allowDtmfInput: false,
};
Properties
Name | Type | Description |
---|---|---|
allow | boolean | IResolvable | Indicates whether audio input is allowed. |
allow | boolean | IResolvable | Indicates whether DTMF input is allowed. |
allowAudioInput
Type:
boolean |
IResolvable
Indicates whether audio input is allowed.
allowDtmfInput
Type:
boolean |
IResolvable
Indicates whether DTMF input is allowed.