aws-cdk-lib.aws_lex.CfnBot.AllowedInputTypesProperty

interface AllowedInputTypesProperty

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnBot.AllowedInputTypesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_AllowedInputTypesProperty
Javasoftware.amazon.awscdk.services.lex.CfnBot.AllowedInputTypesProperty
Pythonaws_cdk.aws_lex.CfnBot.AllowedInputTypesProperty
TypeScript 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

NameTypeDescription
allowAudioInputboolean | IResolvableIndicates whether audio input is allowed.
allowDtmfInputboolean | IResolvableIndicates 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.