Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotValueSelectionSetting
-
Packages that use SlotValueSelectionSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotValueSelectionSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotValueSelectionSetting Modifier and Type Method Description SlotValueSelectionSettingCreateSlotTypeRequest. valueSelectionSetting()Determines the strategy that Amazon Lex uses to select a value from the list of possible values.SlotValueSelectionSettingCreateSlotTypeResponse. valueSelectionSetting()The strategy that Amazon Lex uses to select a value from the list of possible values.SlotValueSelectionSettingDescribeSlotTypeResponse. valueSelectionSetting()The strategy that Amazon Lex uses to choose a value from a list of possible values.SlotValueSelectionSettingUpdateSlotTypeRequest. valueSelectionSetting()The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.SlotValueSelectionSettingUpdateSlotTypeResponse. valueSelectionSetting()The updated strategy that Amazon Lex uses to determine which value to select from the slot type.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotValueSelectionSetting Modifier and Type Method Description CreateSlotTypeRequest.BuilderCreateSlotTypeRequest.Builder. valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)Determines the strategy that Amazon Lex uses to select a value from the list of possible values.CreateSlotTypeResponse.BuilderCreateSlotTypeResponse.Builder. valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)The strategy that Amazon Lex uses to select a value from the list of possible values.DescribeSlotTypeResponse.BuilderDescribeSlotTypeResponse.Builder. valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)The strategy that Amazon Lex uses to choose a value from a list of possible values.UpdateSlotTypeRequest.BuilderUpdateSlotTypeRequest.Builder. valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.UpdateSlotTypeResponse.BuilderUpdateSlotTypeResponse.Builder. valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)The updated strategy that Amazon Lex uses to determine which value to select from the slot type.
-