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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationLevelResultDetail.BuilderendToEndResult(String endToEndResult)The success or failure of the streaming of the conversation.ConversationLevelResultDetail.BuilderendToEndResult(TestResultMatchStatus endToEndResult)The success or failure of the streaming of the conversation.ConversationLevelResultDetail.BuilderspeechTranscriptionResult(String speechTranscriptionResult)The speech transcription success or failure details of the conversation.ConversationLevelResultDetail.BuilderspeechTranscriptionResult(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 Detail
-
endToEndResult
ConversationLevelResultDetail.Builder endToEndResult(String 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:
TestResultMatchStatus,TestResultMatchStatus
-
endToEndResult
ConversationLevelResultDetail.Builder endToEndResult(TestResultMatchStatus 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:
TestResultMatchStatus,TestResultMatchStatus
-
speechTranscriptionResult
ConversationLevelResultDetail.Builder speechTranscriptionResult(String 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:
TestResultMatchStatus,TestResultMatchStatus
-
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:
TestResultMatchStatus,TestResultMatchStatus
-
-