| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static SlotValueSelectionStrategy |
SlotValueSelectionStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
SlotValueSelectionStrategy |
GetSlotTypeResponse.valueSelectionStrategy()
The strategy that Amazon Lex uses to determine the value of the slot.
|
SlotValueSelectionStrategy |
PutSlotTypeResponse.valueSelectionStrategy()
The slot resolution strategy that Amazon Lex uses to determine the value of the slot.
|
SlotValueSelectionStrategy |
PutSlotTypeRequest.valueSelectionStrategy()
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
SlotValueSelectionStrategy |
CreateSlotTypeVersionResponse.valueSelectionStrategy()
The strategy that Amazon Lex uses to determine the value of the slot.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SlotValueSelectionStrategy> |
SlotValueSelectionStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.Builder.valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The slot resolution strategy that Amazon Lex uses to determine the value of the slot.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
Copyright © 2022. All rights reserved.