| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.slotPriorities(SlotPriority... slotPriorities)
The list that determines the priority that slots should be elicited from the user.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.slotPriorities(SlotPriority... slotPriorities)
A new list of slots and their priorities that are contained by the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.slotPriorities(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 |
|---|---|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.slotPriorities(Collection<SlotPriority> slotPriorities)
The list that determines the priority that slots should be elicited from the user.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.slotPriorities(Collection<SlotPriority> slotPriorities)
A new list of slots and their priorities that are contained by the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.slotPriorities(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.