| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotValueSelectionSetting |
CreateSlotTypeResponse.valueSelectionSetting()
The strategy that Amazon Lex uses to select a value from the list of possible values.
|
SlotValueSelectionSetting |
UpdateSlotTypeRequest.valueSelectionSetting()
The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
|
SlotValueSelectionSetting |
UpdateSlotTypeResponse.valueSelectionSetting()
The updated strategy that Amazon Lex uses to determine which value to select from the slot type.
|
SlotValueSelectionSetting |
CreateSlotTypeRequest.valueSelectionSetting()
Determines the strategy that Amazon Lex uses to select a value from the list of possible values.
|
SlotValueSelectionSetting |
DescribeSlotTypeResponse.valueSelectionSetting()
The strategy that Amazon Lex uses to choose a value from a list of possible values.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex uses to select a value from the list of possible values.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The updated strategy that Amazon Lex uses to determine which value to select from the slot type.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
Determines the strategy that Amazon Lex uses to select a value from the list of possible values.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex uses to choose a value from a list of possible values.
|
Copyright © 2023. All rights reserved.