Interface CfnBot.TextInputSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.TextInputSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.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.services.lex.*; TextInputSpecificationProperty textInputSpecificationProperty = TextInputSpecificationProperty.builder() .startTimeoutMs(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.TextInputSpecificationProperty
static final class
An implementation forCfnBot.TextInputSpecificationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Time for which a bot waits before re-prompting a customer for text input.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. -
builder
-