public static interface ConversationLevelIntentClassificationResultItem.Builder extends SdkPojo, CopyableBuilder<ConversationLevelIntentClassificationResultItem.Builder,ConversationLevelIntentClassificationResultItem>
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelIntentClassificationResultItem.Builder |
intentName(String intentName)
The intent name used in the evaluation of intent level success or failure.
|
ConversationLevelIntentClassificationResultItem.Builder |
matchResult(String matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
ConversationLevelIntentClassificationResultItem.Builder |
matchResult(TestResultMatchStatus matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConversationLevelIntentClassificationResultItem.Builder intentName(String intentName)
The intent name used in the evaluation of intent level success or failure.
intentName - The intent name used in the evaluation of intent level success or failure.ConversationLevelIntentClassificationResultItem.Builder matchResult(String matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
matchResult - The number of times the specific intent is used in the evaluation of intent level success or failure.TestResultMatchStatus,
TestResultMatchStatusConversationLevelIntentClassificationResultItem.Builder matchResult(TestResultMatchStatus matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
matchResult - The number of times the specific intent is used in the evaluation of intent level success or failure.TestResultMatchStatus,
TestResultMatchStatusCopyright © 2023. All rights reserved.