public static interface ConversationLevelSlotResolutionResultItem.Builder extends SdkPojo, CopyableBuilder<ConversationLevelSlotResolutionResultItem.Builder,ConversationLevelSlotResolutionResultItem>
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelSlotResolutionResultItem.Builder |
intentName(String intentName)
The intents used in the slots list for the slot resolution details.
|
ConversationLevelSlotResolutionResultItem.Builder |
matchResult(String matchResult)
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
ConversationLevelSlotResolutionResultItem.Builder |
matchResult(TestResultMatchStatus matchResult)
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
ConversationLevelSlotResolutionResultItem.Builder |
slotName(String slotName)
The slot name in the slots list for the slot resolution details.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConversationLevelSlotResolutionResultItem.Builder intentName(String intentName)
The intents used in the slots list for the slot resolution details.
intentName - The intents used in the slots list for the slot resolution details.ConversationLevelSlotResolutionResultItem.Builder slotName(String slotName)
The slot name in the slots list for the slot resolution details.
slotName - The slot name in the slots list for the slot resolution details.ConversationLevelSlotResolutionResultItem.Builder matchResult(String matchResult)
The number of matching slots used in the slots listings for the slot resolution evaluation.
matchResult - The number of matching slots used in the slots listings for the slot resolution evaluation.TestResultMatchStatus,
TestResultMatchStatusConversationLevelSlotResolutionResultItem.Builder matchResult(TestResultMatchStatus matchResult)
The number of matching slots used in the slots listings for the slot resolution evaluation.
matchResult - The number of matching slots used in the slots listings for the slot resolution evaluation.TestResultMatchStatus,
TestResultMatchStatusCopyright © 2023. All rights reserved.