Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotShape
-
Packages that use SlotShape Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotShape in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotShape Modifier and Type Method Description static SlotShapeSlotShape. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SlotShapeSlotValueOverride. shape()When the shape value isList, it indicates that thevaluesfield contains a list of slot values.static SlotShapeSlotShape. valueOf(String name)Returns the enum constant of this type with the specified name.static SlotShape[]SlotShape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotShape Modifier and Type Method Description static Set<SlotShape>SlotShape. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotShape Modifier and Type Method Description SlotValueOverride.BuilderSlotValueOverride.Builder. shape(SlotShape shape)When the shape value isList, it indicates that thevaluesfield contains a list of slot values.
-