| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotDefaultValue |
SlotDefaultValue.clone() |
SlotDefaultValue |
SlotDefaultValue.withDefaultValue(String defaultValue)
The default value to use when a user doesn't provide a value for a slot.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlotDefaultValue> |
SlotDefaultValueSpecification.getDefaultValueList()
A list of default values.
|
| Modifier and Type | Method and Description |
|---|---|
SlotDefaultValueSpecification |
SlotDefaultValueSpecification.withDefaultValueList(SlotDefaultValue... defaultValueList)
A list of default values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlotDefaultValueSpecification.setDefaultValueList(Collection<SlotDefaultValue> defaultValueList)
A list of default values.
|
SlotDefaultValueSpecification |
SlotDefaultValueSpecification.withDefaultValueList(Collection<SlotDefaultValue> defaultValueList)
A list of default values.
|
Copyright © 2024. All rights reserved.