@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConversationLevelResultDetail extends Object implements Serializable, Cloneable, StructuredPojo
The conversation level details of the conversation used in the test set.
Constructor and Description |
---|
ConversationLevelResultDetail() |
Modifier and Type | Method and Description |
---|---|
ConversationLevelResultDetail |
clone() |
boolean |
equals(Object obj) |
String |
getEndToEndResult()
The success or failure of the streaming of the conversation.
|
String |
getSpeechTranscriptionResult()
The speech transcription success or failure details of the conversation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndToEndResult(String endToEndResult)
The success or failure of the streaming of the conversation.
|
void |
setSpeechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
|
String |
toString()
Returns a string representation of this object.
|
ConversationLevelResultDetail |
withEndToEndResult(String endToEndResult)
The success or failure of the streaming of the conversation.
|
ConversationLevelResultDetail |
withEndToEndResult(TestResultMatchStatus endToEndResult)
The success or failure of the streaming of the conversation.
|
ConversationLevelResultDetail |
withSpeechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
|
ConversationLevelResultDetail |
withSpeechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
|
public void setEndToEndResult(String endToEndResult)
The success or failure of the streaming of the conversation.
endToEndResult
- The success or failure of the streaming of the conversation.TestResultMatchStatus
public String getEndToEndResult()
The success or failure of the streaming of the conversation.
TestResultMatchStatus
public ConversationLevelResultDetail withEndToEndResult(String endToEndResult)
The success or failure of the streaming of the conversation.
endToEndResult
- The success or failure of the streaming of the conversation.TestResultMatchStatus
public ConversationLevelResultDetail withEndToEndResult(TestResultMatchStatus endToEndResult)
The success or failure of the streaming of the conversation.
endToEndResult
- The success or failure of the streaming of the conversation.TestResultMatchStatus
public void setSpeechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
speechTranscriptionResult
- The speech transcription success or failure details of the conversation.TestResultMatchStatus
public String getSpeechTranscriptionResult()
The speech transcription success or failure details of the conversation.
TestResultMatchStatus
public ConversationLevelResultDetail withSpeechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
speechTranscriptionResult
- The speech transcription success or failure details of the conversation.TestResultMatchStatus
public ConversationLevelResultDetail withSpeechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
speechTranscriptionResult
- The speech transcription success or failure details of the conversation.TestResultMatchStatus
public String toString()
toString
in class Object
Object.toString()
public ConversationLevelResultDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.