Interface SlotResolutionTestResultItemCounts.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlotResolutionTestResultItemCounts.Builder,SlotResolutionTestResultItemCounts>,SdkBuilder<SlotResolutionTestResultItemCounts.Builder,SlotResolutionTestResultItemCounts>,SdkPojo
- Enclosing class:
- SlotResolutionTestResultItemCounts
public static interface SlotResolutionTestResultItemCounts.Builder extends SdkPojo, CopyableBuilder<SlotResolutionTestResultItemCounts.Builder,SlotResolutionTestResultItemCounts>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotResolutionTestResultItemCounts.BuilderslotMatchResultCounts(Map<TestResultMatchStatus,Integer> slotMatchResultCounts)The number of matched and mismatched results for slot resolution for the slot.SlotResolutionTestResultItemCounts.BuilderslotMatchResultCountsWithStrings(Map<String,Integer> slotMatchResultCounts)The number of matched and mismatched results for slot resolution for the slot.SlotResolutionTestResultItemCounts.BuilderspeechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)The number of matched, mismatched and execution error results for speech transcription for the slot.SlotResolutionTestResultItemCounts.BuilderspeechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)The number of matched, mismatched and execution error results for speech transcription for the slot.SlotResolutionTestResultItemCounts.BuildertotalResultCount(Integer totalResultCount)The total number of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
totalResultCount
SlotResolutionTestResultItemCounts.Builder totalResultCount(Integer totalResultCount)
The total number of results.
- Parameters:
totalResultCount- The total number of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speechTranscriptionResultCountsWithStrings
SlotResolutionTestResultItemCounts.Builder speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched and execution error results for speech transcription for the slot.
- Parameters:
speechTranscriptionResultCounts- The number of matched, mismatched and execution error results for speech transcription for the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speechTranscriptionResultCounts
SlotResolutionTestResultItemCounts.Builder speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched and execution error results for speech transcription for the slot.
- Parameters:
speechTranscriptionResultCounts- The number of matched, mismatched and execution error results for speech transcription for the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotMatchResultCountsWithStrings
SlotResolutionTestResultItemCounts.Builder slotMatchResultCountsWithStrings(Map<String,Integer> slotMatchResultCounts)
The number of matched and mismatched results for slot resolution for the slot.
- Parameters:
slotMatchResultCounts- The number of matched and mismatched results for slot resolution for the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotMatchResultCounts
SlotResolutionTestResultItemCounts.Builder slotMatchResultCounts(Map<TestResultMatchStatus,Integer> slotMatchResultCounts)
The number of matched and mismatched results for slot resolution for the slot.
- Parameters:
slotMatchResultCounts- The number of matched and mismatched results for slot resolution for the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-