| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.builder() |
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.Builder.intentName(String intentName)
The name of the intent that was recognized.
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.Builder.multiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation involves multiple turns or not.
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.Builder.slotResolutionResults(Collection<SlotResolutionTestResultItem> slotResolutionResults)
The results for the slot resolution in the test execution result.
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.Builder.slotResolutionResults(Consumer<SlotResolutionTestResultItem.Builder>... slotResolutionResults)
The results for the slot resolution in the test execution result.
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.Builder.slotResolutionResults(SlotResolutionTestResultItem... slotResolutionResults)
The results for the slot resolution in the test execution result.
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntentLevelSlotResolutionTestResultItem.Builder> |
IntentLevelSlotResolutionTestResultItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.