Interface OverallTestResultItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OverallTestResultItem.Builder,OverallTestResultItem>,SdkBuilder<OverallTestResultItem.Builder,OverallTestResultItem>,SdkPojo
- Enclosing class:
- OverallTestResultItem
public static interface OverallTestResultItem.Builder extends SdkPojo, CopyableBuilder<OverallTestResultItem.Builder,OverallTestResultItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OverallTestResultItem.BuilderendToEndResultCounts(Map<TestResultMatchStatus,Integer> endToEndResultCounts)The number of results that succeeded.OverallTestResultItem.BuilderendToEndResultCountsWithStrings(Map<String,Integer> endToEndResultCounts)The number of results that succeeded.OverallTestResultItem.BuildermultiTurnConversation(Boolean multiTurnConversation)Indicates whether the conversation contains multiple turns or not.OverallTestResultItem.BuilderspeechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)The number of speech transcription results in the overall test.OverallTestResultItem.BuilderspeechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)The number of speech transcription results in the overall test.OverallTestResultItem.BuildertotalResultCount(Integer totalResultCount)The total number of overall results in the result of the test execution.-
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
-
multiTurnConversation
OverallTestResultItem.Builder multiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation contains multiple turns or not.
- Parameters:
multiTurnConversation- Indicates whether the conversation contains multiple turns or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalResultCount
OverallTestResultItem.Builder totalResultCount(Integer totalResultCount)
The total number of overall results in the result of the test execution.
- Parameters:
totalResultCount- The total number of overall results in the result of the test execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speechTranscriptionResultCountsWithStrings
OverallTestResultItem.Builder speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
- Parameters:
speechTranscriptionResultCounts- The number of speech transcription results in the overall test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speechTranscriptionResultCounts
OverallTestResultItem.Builder speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
- Parameters:
speechTranscriptionResultCounts- The number of speech transcription results in the overall test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endToEndResultCountsWithStrings
OverallTestResultItem.Builder endToEndResultCountsWithStrings(Map<String,Integer> endToEndResultCounts)
The number of results that succeeded.
- Parameters:
endToEndResultCounts- The number of results that succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endToEndResultCounts
OverallTestResultItem.Builder endToEndResultCounts(Map<TestResultMatchStatus,Integer> endToEndResultCounts)
The number of results that succeeded.
- Parameters:
endToEndResultCounts- The number of results that succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-