@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConversationLevelTestResultItem extends Object implements Serializable, Cloneable, StructuredPojo
The test result evaluation item at the conversation level.
| Constructor and Description |
|---|
ConversationLevelTestResultItem() |
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelTestResultItem |
clone() |
boolean |
equals(Object obj) |
String |
getConversationId()
The conversation Id of the test result evaluation item.
|
String |
getEndToEndResult()
The end-to-end success or failure of the test result evaluation item.
|
List<ConversationLevelIntentClassificationResultItem> |
getIntentClassificationResults()
The intent classification of the test result evaluation item.
|
List<ConversationLevelSlotResolutionResultItem> |
getSlotResolutionResults()
The slot success or failure of the test result evaluation item.
|
String |
getSpeechTranscriptionResult()
The speech transcription success or failure of the test result evaluation item.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConversationId(String conversationId)
The conversation Id of the test result evaluation item.
|
void |
setEndToEndResult(String endToEndResult)
The end-to-end success or failure of the test result evaluation item.
|
void |
setIntentClassificationResults(Collection<ConversationLevelIntentClassificationResultItem> intentClassificationResults)
The intent classification of the test result evaluation item.
|
void |
setSlotResolutionResults(Collection<ConversationLevelSlotResolutionResultItem> slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
void |
setSpeechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
|
String |
toString()
Returns a string representation of this object.
|
ConversationLevelTestResultItem |
withConversationId(String conversationId)
The conversation Id of the test result evaluation item.
|
ConversationLevelTestResultItem |
withEndToEndResult(String endToEndResult)
The end-to-end success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
withEndToEndResult(TestResultMatchStatus endToEndResult)
The end-to-end success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
withIntentClassificationResults(Collection<ConversationLevelIntentClassificationResultItem> intentClassificationResults)
The intent classification of the test result evaluation item.
|
ConversationLevelTestResultItem |
withIntentClassificationResults(ConversationLevelIntentClassificationResultItem... intentClassificationResults)
The intent classification of the test result evaluation item.
|
ConversationLevelTestResultItem |
withSlotResolutionResults(Collection<ConversationLevelSlotResolutionResultItem> slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
withSlotResolutionResults(ConversationLevelSlotResolutionResultItem... slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
withSpeechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem |
withSpeechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
|
public void setConversationId(String conversationId)
The conversation Id of the test result evaluation item.
conversationId - The conversation Id of the test result evaluation item.public String getConversationId()
The conversation Id of the test result evaluation item.
public ConversationLevelTestResultItem withConversationId(String conversationId)
The conversation Id of the test result evaluation item.
conversationId - The conversation Id of the test result evaluation item.public void setEndToEndResult(String endToEndResult)
The end-to-end success or failure of the test result evaluation item.
endToEndResult - The end-to-end success or failure of the test result evaluation item.TestResultMatchStatuspublic String getEndToEndResult()
The end-to-end success or failure of the test result evaluation item.
TestResultMatchStatuspublic ConversationLevelTestResultItem withEndToEndResult(String endToEndResult)
The end-to-end success or failure of the test result evaluation item.
endToEndResult - The end-to-end success or failure of the test result evaluation item.TestResultMatchStatuspublic ConversationLevelTestResultItem withEndToEndResult(TestResultMatchStatus endToEndResult)
The end-to-end success or failure of the test result evaluation item.
endToEndResult - The end-to-end success or failure of the test result evaluation item.TestResultMatchStatuspublic void setSpeechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
speechTranscriptionResult - The speech transcription success or failure of the test result evaluation item.TestResultMatchStatuspublic String getSpeechTranscriptionResult()
The speech transcription success or failure of the test result evaluation item.
TestResultMatchStatuspublic ConversationLevelTestResultItem withSpeechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
speechTranscriptionResult - The speech transcription success or failure of the test result evaluation item.TestResultMatchStatuspublic ConversationLevelTestResultItem withSpeechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
speechTranscriptionResult - The speech transcription success or failure of the test result evaluation item.TestResultMatchStatuspublic List<ConversationLevelIntentClassificationResultItem> getIntentClassificationResults()
The intent classification of the test result evaluation item.
public void setIntentClassificationResults(Collection<ConversationLevelIntentClassificationResultItem> intentClassificationResults)
The intent classification of the test result evaluation item.
intentClassificationResults - The intent classification of the test result evaluation item.public ConversationLevelTestResultItem withIntentClassificationResults(ConversationLevelIntentClassificationResultItem... intentClassificationResults)
The intent classification of the test result evaluation item.
NOTE: This method appends the values to the existing list (if any). Use
setIntentClassificationResults(java.util.Collection) or
withIntentClassificationResults(java.util.Collection) if you want to override the existing values.
intentClassificationResults - The intent classification of the test result evaluation item.public ConversationLevelTestResultItem withIntentClassificationResults(Collection<ConversationLevelIntentClassificationResultItem> intentClassificationResults)
The intent classification of the test result evaluation item.
intentClassificationResults - The intent classification of the test result evaluation item.public List<ConversationLevelSlotResolutionResultItem> getSlotResolutionResults()
The slot success or failure of the test result evaluation item.
public void setSlotResolutionResults(Collection<ConversationLevelSlotResolutionResultItem> slotResolutionResults)
The slot success or failure of the test result evaluation item.
slotResolutionResults - The slot success or failure of the test result evaluation item.public ConversationLevelTestResultItem withSlotResolutionResults(ConversationLevelSlotResolutionResultItem... slotResolutionResults)
The slot success or failure of the test result evaluation item.
NOTE: This method appends the values to the existing list (if any). Use
setSlotResolutionResults(java.util.Collection) or
withSlotResolutionResults(java.util.Collection) if you want to override the existing values.
slotResolutionResults - The slot success or failure of the test result evaluation item.public ConversationLevelTestResultItem withSlotResolutionResults(Collection<ConversationLevelSlotResolutionResultItem> slotResolutionResults)
The slot success or failure of the test result evaluation item.
slotResolutionResults - The slot success or failure of the test result evaluation item.public String toString()
toString in class ObjectObject.toString()public ConversationLevelTestResultItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.