Interface ConversationLevelResultDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConversationLevelResultDetail.Builder,
,ConversationLevelResultDetail> SdkBuilder<ConversationLevelResultDetail.Builder,
,ConversationLevelResultDetail> SdkPojo
- Enclosing class:
ConversationLevelResultDetail
public static interface ConversationLevelResultDetail.Builder
extends SdkPojo, CopyableBuilder<ConversationLevelResultDetail.Builder,ConversationLevelResultDetail>
-
Method Summary
Modifier and TypeMethodDescriptionendToEndResult
(String endToEndResult) The success or failure of the streaming of the conversation.endToEndResult
(TestResultMatchStatus endToEndResult) The success or failure of the streaming of the conversation.speechTranscriptionResult
(String speechTranscriptionResult) The speech transcription success or failure details of the conversation.speechTranscriptionResult
(TestResultMatchStatus speechTranscriptionResult) The speech transcription success or failure details of the conversation.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 Details
-
endToEndResult
The success or failure of the streaming of the conversation.
- Parameters:
endToEndResult
- The success or failure of the streaming of the conversation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endToEndResult
The success or failure of the streaming of the conversation.
- Parameters:
endToEndResult
- The success or failure of the streaming of the conversation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
speechTranscriptionResult
The speech transcription success or failure details of the conversation.
- Parameters:
speechTranscriptionResult
- The speech transcription success or failure details of the conversation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
speechTranscriptionResult
ConversationLevelResultDetail.Builder speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult) The speech transcription success or failure details of the conversation.
- Parameters:
speechTranscriptionResult
- The speech transcription success or failure details of the conversation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-