| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotValueSelectionSetting |
SlotValueSelectionSetting.clone() |
SlotValueSelectionSetting |
UpdateSlotTypeRequest.getValueSelectionSetting()
The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
|
SlotValueSelectionSetting |
CreateSlotTypeResult.getValueSelectionSetting()
The strategy that Amazon Lex uses to select a value from the list of possible values.
|
SlotValueSelectionSetting |
CreateSlotTypeRequest.getValueSelectionSetting()
Determines the strategy that Amazon Lex uses to select a value from the list of possible values.
|
SlotValueSelectionSetting |
DescribeSlotTypeResult.getValueSelectionSetting()
The strategy that Amazon Lex uses to choose a value from a list of possible values.
|
SlotValueSelectionSetting |
UpdateSlotTypeResult.getValueSelectionSetting()
The updated strategy that Amazon Lex uses to determine which value to select from the slot type.
|
SlotValueSelectionSetting |
SlotValueSelectionSetting.withAdvancedRecognitionSetting(AdvancedRecognitionSetting advancedRecognitionSetting)
Provides settings that enable advanced recognition settings for slot values.
|
SlotValueSelectionSetting |
SlotValueSelectionSetting.withRegexFilter(SlotValueRegexFilter regexFilter)
A regular expression used to validate the value of a slot.
|
SlotValueSelectionSetting |
SlotValueSelectionSetting.withResolutionStrategy(SlotValueResolutionStrategy resolutionStrategy)
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
SlotValueSelectionSetting |
SlotValueSelectionSetting.withResolutionStrategy(String resolutionStrategy)
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSlotTypeRequest.setValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
|
void |
CreateSlotTypeResult.setValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex uses to select a value from the list of possible values.
|
void |
CreateSlotTypeRequest.setValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
Determines the strategy that Amazon Lex uses to select a value from the list of possible values.
|
void |
DescribeSlotTypeResult.setValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex uses to choose a value from a list of possible values.
|
void |
UpdateSlotTypeResult.setValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The updated strategy that Amazon Lex uses to determine which value to select from the slot type.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex uses to select a value from the list of possible values.
|
CreateSlotTypeRequest |
CreateSlotTypeRequest.withValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
Determines the strategy that Amazon Lex uses to select a value from the list of possible values.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex uses to choose a value from a list of possible values.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The updated strategy that Amazon Lex uses to determine which value to select from the slot type.
|
Copyright © 2025. All rights reserved.