| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelSlotResolutionResultItem |
ConversationLevelSlotResolutionResultItem.clone() |
ConversationLevelSlotResolutionResultItem |
ConversationLevelSlotResolutionResultItem.withIntentName(String intentName)
The intents used in the slots list for the slot resolution details.
|
ConversationLevelSlotResolutionResultItem |
ConversationLevelSlotResolutionResultItem.withMatchResult(String matchResult)
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
ConversationLevelSlotResolutionResultItem |
ConversationLevelSlotResolutionResultItem.withMatchResult(TestResultMatchStatus matchResult)
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
ConversationLevelSlotResolutionResultItem |
ConversationLevelSlotResolutionResultItem.withSlotName(String slotName)
The slot name in the slots list for the slot resolution details.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConversationLevelSlotResolutionResultItem> |
ConversationLevelTestResultItem.getSlotResolutionResults()
The slot success or failure of the test result evaluation item.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withSlotResolutionResults(ConversationLevelSlotResolutionResultItem... slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationLevelTestResultItem.setSlotResolutionResults(Collection<ConversationLevelSlotResolutionResultItem> slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withSlotResolutionResults(Collection<ConversationLevelSlotResolutionResultItem> slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
Copyright © 2023. All rights reserved.