| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotPriority |
SlotPriority.clone() |
SlotPriority |
SlotPriority.withPriority(Integer priority)
The priority that a slot should be elicited.
|
SlotPriority |
SlotPriority.withSlotId(String slotId)
The unique identifier of the slot.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlotPriority> |
DescribeIntentResult.getSlotPriorities()
The list that determines the priority that slots should be elicited from the user.
|
List<SlotPriority> |
UpdateIntentRequest.getSlotPriorities()
A new list of slots and their priorities that are contained by the intent.
|
List<SlotPriority> |
UpdateIntentResult.getSlotPriorities()
The updated list of slots and their priorities that are elicited from the user for the intent.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIntentResult |
DescribeIntentResult.withSlotPriorities(SlotPriority... slotPriorities)
The list that determines the priority that slots should be elicited from the user.
|
UpdateIntentRequest |
UpdateIntentRequest.withSlotPriorities(SlotPriority... slotPriorities)
A new list of slots and their priorities that are contained by the intent.
|
UpdateIntentResult |
UpdateIntentResult.withSlotPriorities(SlotPriority... slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeIntentResult.setSlotPriorities(Collection<SlotPriority> slotPriorities)
The list that determines the priority that slots should be elicited from the user.
|
void |
UpdateIntentRequest.setSlotPriorities(Collection<SlotPriority> slotPriorities)
A new list of slots and their priorities that are contained by the intent.
|
void |
UpdateIntentResult.setSlotPriorities(Collection<SlotPriority> slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
|
DescribeIntentResult |
DescribeIntentResult.withSlotPriorities(Collection<SlotPriority> slotPriorities)
The list that determines the priority that slots should be elicited from the user.
|
UpdateIntentRequest |
UpdateIntentRequest.withSlotPriorities(Collection<SlotPriority> slotPriorities)
A new list of slots and their priorities that are contained by the intent.
|
UpdateIntentResult |
UpdateIntentResult.withSlotPriorities(Collection<SlotPriority> slotPriorities)
The updated list of slots and their priorities that are elicited from the user for the intent.
|
Copyright © 2021. All rights reserved.