@Stability(value=Stable)
public static interface CfnBot.SlotDefaultValueSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
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() |
Object |
getDefaultValueList()
A list of default values.
|
@Stability(value=Stable) @NotNull Object getDefaultValueList()
Amazon Lex chooses the default value to use in the order that they are presented in the list.
@Stability(value=Stable) static CfnBot.SlotDefaultValueSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.