static IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.builder() |
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.intentMatchResultCounts(Map<TestResultMatchStatus,Integer> intentMatchResultCounts) |
The number of matched and mismatched results for intent recognition for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.intentMatchResultCountsWithStrings(Map<String,Integer> intentMatchResultCounts) |
The number of matched and mismatched results for intent recognition for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts) |
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts) |
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.toBuilder() |
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.totalResultCount(Integer totalResultCount) |
The total number of results in the intent classification test.
|