Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotPriority
-
Packages that use SlotPriority Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotPriority in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotPriority Modifier and Type Method Description List<SlotPriority>DescribeIntentResponse. slotPriorities()The list that determines the priority that slots should be elicited from the user.List<SlotPriority>UpdateIntentRequest. slotPriorities()A new list of slots and their priorities that are contained by the intent.List<SlotPriority>UpdateIntentResponse. slotPriorities()The updated list of slots and their priorities that are elicited from the user for the intent.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotPriority Modifier and Type Method Description DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. slotPriorities(SlotPriority... slotPriorities)The list that determines the priority that slots should be elicited from the user.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. slotPriorities(SlotPriority... slotPriorities)A new list of slots and their priorities that are contained by the intent.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. slotPriorities(SlotPriority... slotPriorities)The updated list of slots and their priorities that are elicited from the user for the intent.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SlotPriority Modifier and Type Method Description DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. slotPriorities(Collection<SlotPriority> slotPriorities)The list that determines the priority that slots should be elicited from the user.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. slotPriorities(Collection<SlotPriority> slotPriorities)A new list of slots and their priorities that are contained by the intent.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. slotPriorities(Collection<SlotPriority> slotPriorities)The updated list of slots and their priorities that are elicited from the user for the intent.
-