@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.TestResultMatchStatus
public String getEndToEndResult()
The end-to-end success or failure of the test result evaluation item.
TestResultMatchStatus
public 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.TestResultMatchStatus
public 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.TestResultMatchStatus
public 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.TestResultMatchStatus
public String getSpeechTranscriptionResult()
The speech transcription success or failure of the test result evaluation item.
TestResultMatchStatus
public 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.TestResultMatchStatus
public 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.TestResultMatchStatus
public 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 Object
Object.toString()
public ConversationLevelTestResultItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.