static SlotResolutionTestResultItemCounts.Builder |
SlotResolutionTestResultItemCounts.builder() |
|
SlotResolutionTestResultItemCounts.Builder |
SlotResolutionTestResultItemCounts.Builder.slotMatchResultCounts(Map<TestResultMatchStatus,Integer> slotMatchResultCounts) |
The number of matched and mismatched results for slot resolution for the slot.
|
SlotResolutionTestResultItemCounts.Builder |
SlotResolutionTestResultItemCounts.Builder.slotMatchResultCountsWithStrings(Map<String,Integer> slotMatchResultCounts) |
The number of matched and mismatched results for slot resolution for the slot.
|
SlotResolutionTestResultItemCounts.Builder |
SlotResolutionTestResultItemCounts.Builder.speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts) |
The number of matched, mismatched and execution error results for speech transcription for the slot.
|
SlotResolutionTestResultItemCounts.Builder |
SlotResolutionTestResultItemCounts.Builder.speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts) |
The number of matched, mismatched and execution error results for speech transcription for the slot.
|
SlotResolutionTestResultItemCounts.Builder |
SlotResolutionTestResultItemCounts.toBuilder() |
|
SlotResolutionTestResultItemCounts.Builder |
SlotResolutionTestResultItemCounts.Builder.totalResultCount(Integer totalResultCount) |
The total number of results.
|