Interface CfnBotPropsMixin.TextInputSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.TextInputSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
@Stability(Stable)
public static interface CfnBotPropsMixin.TextInputSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.lex.*;
TextInputSpecificationProperty textInputSpecificationProperty = TextInputSpecificationProperty.builder()
.startTimeoutMs(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotPropsMixin.TextInputSpecificationPropertystatic final classAn implementation forCfnBotPropsMixin.TextInputSpecificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStartTimeoutMs
Time for which a bot waits before re-prompting a customer for text input.- See Also:
-
builder
-