Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.SlotPriority.Builder
-
Packages that use SlotPriority.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotPriority.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotPriority.Builder Modifier and Type Method Description static SlotPriority.BuilderSlotPriority. builder()SlotPriority.BuilderSlotPriority.Builder. priority(Integer priority)The priority that Amazon Lex should apply to the slot.SlotPriority.BuilderSlotPriority.Builder. slotId(String slotId)The unique identifier of the slot.SlotPriority.BuilderSlotPriority. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotPriority.Builder Modifier and Type Method Description static Class<? extends SlotPriority.Builder>SlotPriority. serializableBuilderClass()
-