Interface TextInputSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TextInputSpecification.Builder,TextInputSpecification>,SdkBuilder<TextInputSpecification.Builder,TextInputSpecification>,SdkPojo
- Enclosing class:
- TextInputSpecification
public static interface TextInputSpecification.Builder extends SdkPojo, CopyableBuilder<TextInputSpecification.Builder,TextInputSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextInputSpecification.BuilderstartTimeoutMs(Integer startTimeoutMs)Time for which a bot waits before re-prompting a customer for text input.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
startTimeoutMs
TextInputSpecification.Builder startTimeoutMs(Integer startTimeoutMs)
Time for which a bot waits before re-prompting a customer for text input.
- Parameters:
startTimeoutMs- Time for which a bot waits before re-prompting a customer for text input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-