Class CfnBotPropsMixin.TextInputSpecificationProperty
Specifies the text input specifications.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lex
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBotPropsMixin.TextInputSpecificationProperty : CfnBotPropsMixin.ITextInputSpecificationProperty
Syntax (vb)
Public Class CfnBotPropsMixin.TextInputSpecificationProperty Implements CfnBotPropsMixin.ITextInputSpecificationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Lex;
var textInputSpecificationProperty = new TextInputSpecificationProperty {
StartTimeoutMs = 123
};
Synopsis
Constructors
| TextInputSpecificationProperty() | Specifies the text input specifications. |
Properties
| StartTimeoutMs | Time for which a bot waits before re-prompting a customer for text input. |
Constructors
TextInputSpecificationProperty()
Specifies the text input specifications.
public TextInputSpecificationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Lex;
var textInputSpecificationProperty = new TextInputSpecificationProperty {
StartTimeoutMs = 123
};
Properties
StartTimeoutMs
Time for which a bot waits before re-prompting a customer for text input.
public double? StartTimeoutMs { get; set; }