public static interface SlotResolutionTestResultItemCounts.Builder extends SdkPojo, CopyableBuilder<SlotResolutionTestResultItemCounts.Builder,SlotResolutionTestResultItemCounts>
| Modifier and Type | Method and Description |
|---|---|
SlotResolutionTestResultItemCounts.Builder |
slotMatchResultCounts(Map<TestResultMatchStatus,Integer> slotMatchResultCounts)
The number of matched and mismatched results for slot resolution for the slot.
|
SlotResolutionTestResultItemCounts.Builder |
slotMatchResultCountsWithStrings(Map<String,Integer> slotMatchResultCounts)
The number of matched and mismatched results for slot resolution for the slot.
|
SlotResolutionTestResultItemCounts.Builder |
speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched and execution error results for speech transcription for the slot.
|
SlotResolutionTestResultItemCounts.Builder |
speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched and execution error results for speech transcription for the slot.
|
SlotResolutionTestResultItemCounts.Builder |
totalResultCount(Integer totalResultCount)
The total number of results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotResolutionTestResultItemCounts.Builder totalResultCount(Integer totalResultCount)
The total number of results.
totalResultCount - The total number of results.SlotResolutionTestResultItemCounts.Builder speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched and execution error results for speech transcription for the slot.
speechTranscriptionResultCounts - The number of matched, mismatched and execution error results for speech transcription for the slot.SlotResolutionTestResultItemCounts.Builder speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched and execution error results for speech transcription for the slot.
speechTranscriptionResultCounts - The number of matched, mismatched and execution error results for speech transcription for the slot.SlotResolutionTestResultItemCounts.Builder slotMatchResultCountsWithStrings(Map<String,Integer> slotMatchResultCounts)
The number of matched and mismatched results for slot resolution for the slot.
slotMatchResultCounts - The number of matched and mismatched results for slot resolution for the slot.SlotResolutionTestResultItemCounts.Builder slotMatchResultCounts(Map<TestResultMatchStatus,Integer> slotMatchResultCounts)
The number of matched and mismatched results for slot resolution for the slot.
slotMatchResultCounts - The number of matched and mismatched results for slot resolution for the slot.Copyright © 2023. All rights reserved.