Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotTypeValue
-
Packages that use SlotTypeValue Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotTypeValue in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotTypeValue Modifier and Type Method Description List<SlotTypeValue>CreateSlotTypeRequest. slotTypeValues()A list ofSlotTypeValueobjects that defines the values that the slot type can take.List<SlotTypeValue>CreateSlotTypeResponse. slotTypeValues()The list of values that the slot type can assume.List<SlotTypeValue>DescribeSlotTypeResponse. slotTypeValues()The values that the slot type can take.List<SlotTypeValue>UpdateSlotTypeRequest. slotTypeValues()A new list of values and their optional synonyms that define the values that the slot type can take.List<SlotTypeValue>UpdateSlotTypeResponse. slotTypeValues()The updated values that the slot type provides.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotTypeValue Modifier and Type Method Description CreateSlotTypeRequest.BuilderCreateSlotTypeRequest.Builder. slotTypeValues(SlotTypeValue... slotTypeValues)A list ofSlotTypeValueobjects that defines the values that the slot type can take.CreateSlotTypeResponse.BuilderCreateSlotTypeResponse.Builder. slotTypeValues(SlotTypeValue... slotTypeValues)The list of values that the slot type can assume.DescribeSlotTypeResponse.BuilderDescribeSlotTypeResponse.Builder. slotTypeValues(SlotTypeValue... slotTypeValues)The values that the slot type can take.UpdateSlotTypeRequest.BuilderUpdateSlotTypeRequest.Builder. slotTypeValues(SlotTypeValue... slotTypeValues)A new list of values and their optional synonyms that define the values that the slot type can take.UpdateSlotTypeResponse.BuilderUpdateSlotTypeResponse.Builder. slotTypeValues(SlotTypeValue... slotTypeValues)The updated values that the slot type provides.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SlotTypeValue Modifier and Type Method Description CreateSlotTypeRequest.BuilderCreateSlotTypeRequest.Builder. slotTypeValues(Collection<SlotTypeValue> slotTypeValues)A list ofSlotTypeValueobjects that defines the values that the slot type can take.CreateSlotTypeResponse.BuilderCreateSlotTypeResponse.Builder. slotTypeValues(Collection<SlotTypeValue> slotTypeValues)The list of values that the slot type can assume.DescribeSlotTypeResponse.BuilderDescribeSlotTypeResponse.Builder. slotTypeValues(Collection<SlotTypeValue> slotTypeValues)The values that the slot type can take.UpdateSlotTypeRequest.BuilderUpdateSlotTypeRequest.Builder. slotTypeValues(Collection<SlotTypeValue> slotTypeValues)A new list of values and their optional synonyms that define the values that the slot type can take.UpdateSlotTypeResponse.BuilderUpdateSlotTypeResponse.Builder. slotTypeValues(Collection<SlotTypeValue> slotTypeValues)The updated values that the slot type provides.
-