| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static SlotValueSelectionStrategy |
SlotValueSelectionStrategy.fromValue(String value)
Use this in place of valueOf.
|
static SlotValueSelectionStrategy |
SlotValueSelectionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlotValueSelectionStrategy[] |
SlotValueSelectionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeResult |
GetSlotTypeResult.withValueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
PutSlotTypeResult |
PutSlotTypeResult.withValueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The slot resolution strategy that Amazon Lex uses to determine the value of the slot.
|
PutSlotTypeRequest |
PutSlotTypeRequest.withValueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withValueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
Copyright © 2020. All rights reserved.