| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotResolutionTestResultItem |
SlotResolutionTestResultItem.clone() |
SlotResolutionTestResultItem |
SlotResolutionTestResultItem.withResultCounts(SlotResolutionTestResultItemCounts resultCounts)
A result for slot resolution in the results of a test execution.
|
SlotResolutionTestResultItem |
SlotResolutionTestResultItem.withSlotName(String slotName)
The name of the slot.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlotResolutionTestResultItem> |
IntentLevelSlotResolutionTestResultItem.getSlotResolutionResults()
The results for the slot resolution in the test execution result.
|
| Modifier and Type | Method and Description |
|---|---|
IntentLevelSlotResolutionTestResultItem |
IntentLevelSlotResolutionTestResultItem.withSlotResolutionResults(SlotResolutionTestResultItem... slotResolutionResults)
The results for the slot resolution in the test execution result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntentLevelSlotResolutionTestResultItem.setSlotResolutionResults(Collection<SlotResolutionTestResultItem> slotResolutionResults)
The results for the slot resolution in the test execution result.
|
IntentLevelSlotResolutionTestResultItem |
IntentLevelSlotResolutionTestResultItem.withSlotResolutionResults(Collection<SlotResolutionTestResultItem> slotResolutionResults)
The results for the slot resolution in the test execution result.
|
Copyright © 2023. All rights reserved.