public static interface IntentClassificationTestResultItemCounts.Builder extends SdkPojo, CopyableBuilder<IntentClassificationTestResultItemCounts.Builder,IntentClassificationTestResultItemCounts>
| Modifier and Type | Method and Description |
|---|---|
IntentClassificationTestResultItemCounts.Builder |
intentMatchResultCounts(Map<TestResultMatchStatus,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
intentMatchResultCountsWithStrings(Map<String,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
totalResultCount(Integer totalResultCount)
The total number of results in the intent classification test.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntentClassificationTestResultItemCounts.Builder totalResultCount(Integer totalResultCount)
The total number of results in the intent classification test.
totalResultCount - The total number of results in the intent classification test.IntentClassificationTestResultItemCounts.Builder speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
speechTranscriptionResultCounts - The number of matched, mismatched, and execution error results for speech transcription for the
intent.IntentClassificationTestResultItemCounts.Builder speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
speechTranscriptionResultCounts - The number of matched, mismatched, and execution error results for speech transcription for the
intent.IntentClassificationTestResultItemCounts.Builder intentMatchResultCountsWithStrings(Map<String,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
intentMatchResultCounts - The number of matched and mismatched results for intent recognition for the intent.IntentClassificationTestResultItemCounts.Builder intentMatchResultCounts(Map<TestResultMatchStatus,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
intentMatchResultCounts - The number of matched and mismatched results for intent recognition for the intent.Copyright © 2023. All rights reserved.