| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentLevelSlotResolutionTestResultItem |
IntentLevelSlotResolutionTestResultItem.clone() |
IntentLevelSlotResolutionTestResultItem |
IntentLevelSlotResolutionTestResultItem.withIntentName(String intentName)
The name of the intent that was recognized.
|
IntentLevelSlotResolutionTestResultItem |
IntentLevelSlotResolutionTestResultItem.withMultiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation involves multiple turns or not.
|
IntentLevelSlotResolutionTestResultItem |
IntentLevelSlotResolutionTestResultItem.withSlotResolutionResults(Collection<SlotResolutionTestResultItem> slotResolutionResults)
The results for the slot resolution in the test execution result.
|
IntentLevelSlotResolutionTestResultItem |
IntentLevelSlotResolutionTestResultItem.withSlotResolutionResults(SlotResolutionTestResultItem... slotResolutionResults)
The results for the slot resolution in the test execution result.
|
| Modifier and Type | Method and Description |
|---|---|
List<IntentLevelSlotResolutionTestResultItem> |
IntentLevelSlotResolutionTestResults.getItems()
Indicates the items for the slot level resolution for the intents.
|
| Modifier and Type | Method and Description |
|---|---|
IntentLevelSlotResolutionTestResults |
IntentLevelSlotResolutionTestResults.withItems(IntentLevelSlotResolutionTestResultItem... items)
Indicates the items for the slot level resolution for the intents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntentLevelSlotResolutionTestResults.setItems(Collection<IntentLevelSlotResolutionTestResultItem> items)
Indicates the items for the slot level resolution for the intents.
|
IntentLevelSlotResolutionTestResults |
IntentLevelSlotResolutionTestResults.withItems(Collection<IntentLevelSlotResolutionTestResultItem> items)
Indicates the items for the slot level resolution for the intents.
|
Copyright © 2024. All rights reserved.