@Stability(value=Stable)
public static interface CfnBot.TextInputSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.TextInputSpecificationProperty.Builder
A builder for
CfnBot.TextInputSpecificationProperty |
static class |
CfnBot.TextInputSpecificationProperty.Jsii$Proxy
An implementation for
CfnBot.TextInputSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.TextInputSpecificationProperty.Builder |
builder() |
Number |
getStartTimeoutMs()
`CfnBot.TextInputSpecificationProperty.StartTimeoutMs`.
|
@Stability(value=Stable) @NotNull Number getStartTimeoutMs()
@Stability(value=Stable) static CfnBot.TextInputSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.