interface TextInputSpecificationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Lex.CfnBot.TextInputSpecificationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_TextInputSpecificationProperty | 
|  Java | software.amazon.awscdk.services.lex.CfnBot.TextInputSpecificationProperty | 
|  Python | aws_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
| Name | Type | Description | 
|---|---|---|
| start | number | Time 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.
