Interface IntentClassificationTestResultItemCounts.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IntentClassificationTestResultItemCounts.Builder,IntentClassificationTestResultItemCounts>,SdkBuilder<IntentClassificationTestResultItemCounts.Builder,IntentClassificationTestResultItemCounts>,SdkPojo
- Enclosing class:
- IntentClassificationTestResultItemCounts
public static interface IntentClassificationTestResultItemCounts.Builder extends SdkPojo, CopyableBuilder<IntentClassificationTestResultItemCounts.Builder,IntentClassificationTestResultItemCounts>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntentClassificationTestResultItemCounts.BuilderintentMatchResultCounts(Map<TestResultMatchStatus,Integer> intentMatchResultCounts)The number of matched and mismatched results for intent recognition for the intent.IntentClassificationTestResultItemCounts.BuilderintentMatchResultCountsWithStrings(Map<String,Integer> intentMatchResultCounts)The number of matched and mismatched results for intent recognition for the intent.IntentClassificationTestResultItemCounts.BuilderspeechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)The number of matched, mismatched, and execution error results for speech transcription for the intent.IntentClassificationTestResultItemCounts.BuilderspeechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)The number of matched, mismatched, and execution error results for speech transcription for the intent.IntentClassificationTestResultItemCounts.BuildertotalResultCount(Integer totalResultCount)The total number of results in the intent classification test.-
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
IntentClassificationTestResultItemCounts.Builder totalResultCount(Integer totalResultCount)
The total number of results in the intent classification test.
- Parameters:
totalResultCount- The total number of results in the intent classification test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speechTranscriptionResultCountsWithStrings
IntentClassificationTestResultItemCounts.Builder speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
- Parameters:
speechTranscriptionResultCounts- The number of matched, mismatched, and execution error results for speech transcription for the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speechTranscriptionResultCounts
IntentClassificationTestResultItemCounts.Builder speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
- Parameters:
speechTranscriptionResultCounts- The number of matched, mismatched, and execution error results for speech transcription for the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intentMatchResultCountsWithStrings
IntentClassificationTestResultItemCounts.Builder intentMatchResultCountsWithStrings(Map<String,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
- Parameters:
intentMatchResultCounts- The number of matched and mismatched results for intent recognition for the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intentMatchResultCounts
IntentClassificationTestResultItemCounts.Builder intentMatchResultCounts(Map<TestResultMatchStatus,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
- Parameters:
intentMatchResultCounts- The number of matched and mismatched results for intent recognition for the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-