public static interface OverallTestResultItem.Builder extends SdkPojo, CopyableBuilder<OverallTestResultItem.Builder,OverallTestResultItem>
| Modifier and Type | Method and Description |
|---|---|
OverallTestResultItem.Builder |
endToEndResultCounts(Map<TestResultMatchStatus,Integer> endToEndResultCounts)
The number of results that succeeded.
|
OverallTestResultItem.Builder |
endToEndResultCountsWithStrings(Map<String,Integer> endToEndResultCounts)
The number of results that succeeded.
|
OverallTestResultItem.Builder |
multiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation contains multiple turns or not.
|
OverallTestResultItem.Builder |
speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
|
OverallTestResultItem.Builder |
speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
|
OverallTestResultItem.Builder |
totalResultCount(Integer totalResultCount)
The total number of overall results in the result of the test execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOverallTestResultItem.Builder multiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation contains multiple turns or not.
multiTurnConversation - Indicates whether the conversation contains multiple turns or not.OverallTestResultItem.Builder totalResultCount(Integer totalResultCount)
The total number of overall results in the result of the test execution.
totalResultCount - The total number of overall results in the result of the test execution.OverallTestResultItem.Builder speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
speechTranscriptionResultCounts - The number of speech transcription results in the overall test.OverallTestResultItem.Builder speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
speechTranscriptionResultCounts - The number of speech transcription results in the overall test.OverallTestResultItem.Builder endToEndResultCountsWithStrings(Map<String,Integer> endToEndResultCounts)
The number of results that succeeded.
endToEndResultCounts - The number of results that succeeded.OverallTestResultItem.Builder endToEndResultCounts(Map<TestResultMatchStatus,Integer> endToEndResultCounts)
The number of results that succeeded.
endToEndResultCounts - The number of results that succeeded.Copyright © 2023. All rights reserved.