| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ConversationLevelSlotResolutionResultItem.Builder |
ConversationLevelSlotResolutionResultItem.builder() |
ConversationLevelSlotResolutionResultItem.Builder |
ConversationLevelSlotResolutionResultItem.Builder.intentName(String intentName)
The intents used in the slots list for the slot resolution details.
|
ConversationLevelSlotResolutionResultItem.Builder |
ConversationLevelSlotResolutionResultItem.Builder.matchResult(String matchResult)
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
ConversationLevelSlotResolutionResultItem.Builder |
ConversationLevelSlotResolutionResultItem.Builder.matchResult(TestResultMatchStatus matchResult)
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
ConversationLevelSlotResolutionResultItem.Builder |
ConversationLevelSlotResolutionResultItem.Builder.slotName(String slotName)
The slot name in the slots list for the slot resolution details.
|
ConversationLevelSlotResolutionResultItem.Builder |
ConversationLevelSlotResolutionResultItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConversationLevelSlotResolutionResultItem.Builder> |
ConversationLevelSlotResolutionResultItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.