public static interface CfnBot.SlotDefaultValueSpecificationProperty
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.*; SlotDefaultValueSpecificationProperty slotDefaultValueSpecificationProperty = SlotDefaultValueSpecificationProperty.builder() .defaultValueList(List.of(SlotDefaultValueProperty.builder() .defaultValue("defaultValue") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBot.SlotDefaultValueSpecificationProperty.Builder
A builder for
CfnBot.SlotDefaultValueSpecificationProperty |
static class |
CfnBot.SlotDefaultValueSpecificationProperty.Jsii$Proxy
An implementation for
CfnBot.SlotDefaultValueSpecificationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBot.SlotDefaultValueSpecificationProperty.Builder |
builder() |
java.lang.Object |
getDefaultValueList()
A list of default values.
|
java.lang.Object getDefaultValueList()
Amazon Lex chooses the default value to use in the order that they are presented in the list.
static CfnBot.SlotDefaultValueSpecificationProperty.Builder builder()