Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.SlotValueSelectionStrategy
-
Packages that use SlotValueSelectionStrategy Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of SlotValueSelectionStrategy in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return SlotValueSelectionStrategy Modifier and Type Method Description static SlotValueSelectionStrategySlotValueSelectionStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SlotValueSelectionStrategySlotValueSelectionStrategy. 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.SlotValueSelectionStrategyCreateSlotTypeVersionResponse. valueSelectionStrategy()The strategy that Amazon Lex uses to determine the value of the slot.SlotValueSelectionStrategyGetSlotTypeResponse. valueSelectionStrategy()The strategy that Amazon Lex uses to determine the value of the slot.SlotValueSelectionStrategyPutSlotTypeRequest. valueSelectionStrategy()Determines the slot resolution strategy that Amazon Lex uses to return slot type values.SlotValueSelectionStrategyPutSlotTypeResponse. valueSelectionStrategy()The slot resolution strategy that Amazon Lex uses to determine the value of the slot.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type SlotValueSelectionStrategy Modifier and Type Method Description static Set<SlotValueSelectionStrategy>SlotValueSelectionStrategy. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type SlotValueSelectionStrategy Modifier and Type Method Description CreateSlotTypeVersionResponse.BuilderCreateSlotTypeVersionResponse.Builder. valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)The strategy that Amazon Lex uses to determine the value of the slot.GetSlotTypeResponse.BuilderGetSlotTypeResponse.Builder. valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)The strategy that Amazon Lex uses to determine the value of the slot.PutSlotTypeRequest.BuilderPutSlotTypeRequest.Builder. valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)Determines the slot resolution strategy that Amazon Lex uses to return slot type values.PutSlotTypeResponse.BuilderPutSlotTypeResponse.Builder. valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)The slot resolution strategy that Amazon Lex uses to determine the value of the slot.
-