public static interface CfnBot.SlotDefaultValueProperty
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.*; SlotDefaultValueProperty slotDefaultValueProperty = SlotDefaultValueProperty.builder() .defaultValue("defaultValue") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBot.SlotDefaultValueProperty.Builder
A builder for
CfnBot.SlotDefaultValueProperty |
static class |
CfnBot.SlotDefaultValueProperty.Jsii$Proxy
An implementation for
CfnBot.SlotDefaultValueProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBot.SlotDefaultValueProperty.Builder |
builder() |
java.lang.String |
getDefaultValue()
The default value to use when a user doesn't provide a value for a slot.
|
java.lang.String getDefaultValue()
static CfnBot.SlotDefaultValueProperty.Builder builder()