public static interface ConversationLevelResultDetail.Builder extends SdkPojo, CopyableBuilder<ConversationLevelResultDetail.Builder,ConversationLevelResultDetail>
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelResultDetail.Builder |
endToEndResult(String endToEndResult)
The success or failure of the streaming of the conversation.
|
ConversationLevelResultDetail.Builder |
endToEndResult(TestResultMatchStatus endToEndResult)
The success or failure of the streaming of the conversation.
|
ConversationLevelResultDetail.Builder |
speechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
|
ConversationLevelResultDetail.Builder |
speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConversationLevelResultDetail.Builder endToEndResult(String endToEndResult)
The success or failure of the streaming of the conversation.
endToEndResult - The success or failure of the streaming of the conversation.TestResultMatchStatus,
TestResultMatchStatusConversationLevelResultDetail.Builder endToEndResult(TestResultMatchStatus endToEndResult)
The success or failure of the streaming of the conversation.
endToEndResult - The success or failure of the streaming of the conversation.TestResultMatchStatus,
TestResultMatchStatusConversationLevelResultDetail.Builder speechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
speechTranscriptionResult - The speech transcription success or failure details of the conversation.TestResultMatchStatus,
TestResultMatchStatusConversationLevelResultDetail.Builder speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
speechTranscriptionResult - The speech transcription success or failure details of the conversation.TestResultMatchStatus,
TestResultMatchStatusCopyright © 2023. All rights reserved.