aws-cdk-lib.aws_lex.CfnBot.TextInputSpecificationProperty

interface TextInputSpecificationProperty

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

Specifies the text input specifications.

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 textInputSpecificationProperty: lex.CfnBot.TextInputSpecificationProperty = {
  startTimeoutMs: 123,
};

Properties

NameTypeDescription
startTimeoutMsnumberTime for which a bot waits before re-prompting a customer for text input.

startTimeoutMs

Type: number

Time for which a bot waits before re-prompting a customer for text input.