interface TextInputSpecificationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lex.CfnBotPropsMixin.TextInputSpecificationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslex#CfnBotPropsMixin_TextInputSpecificationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.TextInputSpecificationProperty |
Python | aws_cdk.cfn_property_mixins.aws_lex.CfnBotPropsMixin.TextInputSpecificationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lex » CfnBotPropsMixin » 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/cfn-property-mixins';
const textInputSpecificationProperty: lex.CfnBotPropsMixin.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
(optional)
Time for which a bot waits before re-prompting a customer for text input.

.NET
Go
Java
Python
TypeScript