| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
SlotDefaultValue |
SlotDefaultValue.clone() |
SlotDefaultValue |
SlotDefaultValue.withDefaultValue(String defaultValue)
The default value for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlotDefaultValue> |
SlotDefaultValueSpec.getDefaultValueList()
The default values for a slot.
|
| Modifier and Type | Method and Description |
|---|---|
SlotDefaultValueSpec |
SlotDefaultValueSpec.withDefaultValueList(SlotDefaultValue... defaultValueList)
The default values for a slot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlotDefaultValueSpec.setDefaultValueList(Collection<SlotDefaultValue> defaultValueList)
The default values for a slot.
|
SlotDefaultValueSpec |
SlotDefaultValueSpec.withDefaultValueList(Collection<SlotDefaultValue> defaultValueList)
The default values for a slot.
|
Copyright © 2023. All rights reserved.