@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestExecutionResultItems extends Object implements Serializable, Cloneable, StructuredPojo
Contains the results of the test execution, grouped by type of results. See Test result details">Test results details for details about different types of results.
Constructor and Description |
---|
TestExecutionResultItems() |
Modifier and Type | Method and Description |
---|---|
TestExecutionResultItems |
clone() |
boolean |
equals(Object obj) |
ConversationLevelTestResults |
getConversationLevelTestResults()
Results related to conversations in the test set, including metrics about success and failure of conversations
and intent and slot failures.
|
IntentClassificationTestResults |
getIntentClassificationTestResults()
Intent recognition results aggregated by intent name.
|
IntentLevelSlotResolutionTestResults |
getIntentLevelSlotResolutionTestResults()
Slot resolution results aggregated by intent and slot name.
|
OverallTestResults |
getOverallTestResults()
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
|
UtteranceLevelTestResults |
getUtteranceLevelTestResults()
Results related to utterances in the test set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConversationLevelTestResults(ConversationLevelTestResults conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of conversations
and intent and slot failures.
|
void |
setIntentClassificationTestResults(IntentClassificationTestResults intentClassificationTestResults)
Intent recognition results aggregated by intent name.
|
void |
setIntentLevelSlotResolutionTestResults(IntentLevelSlotResolutionTestResults intentLevelSlotResolutionTestResults)
Slot resolution results aggregated by intent and slot name.
|
void |
setOverallTestResults(OverallTestResults overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
|
void |
setUtteranceLevelTestResults(UtteranceLevelTestResults utteranceLevelTestResults)
Results related to utterances in the test set.
|
String |
toString()
Returns a string representation of this object.
|
TestExecutionResultItems |
withConversationLevelTestResults(ConversationLevelTestResults conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of conversations
and intent and slot failures.
|
TestExecutionResultItems |
withIntentClassificationTestResults(IntentClassificationTestResults intentClassificationTestResults)
Intent recognition results aggregated by intent name.
|
TestExecutionResultItems |
withIntentLevelSlotResolutionTestResults(IntentLevelSlotResolutionTestResults intentLevelSlotResolutionTestResults)
Slot resolution results aggregated by intent and slot name.
|
TestExecutionResultItems |
withOverallTestResults(OverallTestResults overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
|
TestExecutionResultItems |
withUtteranceLevelTestResults(UtteranceLevelTestResults utteranceLevelTestResults)
Results related to utterances in the test set.
|
public void setOverallTestResults(OverallTestResults overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
overallTestResults
- Overall results for the test execution, including the breakdown of conversations and single-input
utterances.public OverallTestResults getOverallTestResults()
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
public TestExecutionResultItems withOverallTestResults(OverallTestResults overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
overallTestResults
- Overall results for the test execution, including the breakdown of conversations and single-input
utterances.public void setConversationLevelTestResults(ConversationLevelTestResults conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.
conversationLevelTestResults
- Results related to conversations in the test set, including metrics about success and failure of
conversations and intent and slot failures.public ConversationLevelTestResults getConversationLevelTestResults()
Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.
public TestExecutionResultItems withConversationLevelTestResults(ConversationLevelTestResults conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.
conversationLevelTestResults
- Results related to conversations in the test set, including metrics about success and failure of
conversations and intent and slot failures.public void setIntentClassificationTestResults(IntentClassificationTestResults intentClassificationTestResults)
Intent recognition results aggregated by intent name. The aggregated results contain success and failure rates of intent recognition, speech transcriptions, and end-to-end conversations.
intentClassificationTestResults
- Intent recognition results aggregated by intent name. The aggregated results contain success and failure
rates of intent recognition, speech transcriptions, and end-to-end conversations.public IntentClassificationTestResults getIntentClassificationTestResults()
Intent recognition results aggregated by intent name. The aggregated results contain success and failure rates of intent recognition, speech transcriptions, and end-to-end conversations.
public TestExecutionResultItems withIntentClassificationTestResults(IntentClassificationTestResults intentClassificationTestResults)
Intent recognition results aggregated by intent name. The aggregated results contain success and failure rates of intent recognition, speech transcriptions, and end-to-end conversations.
intentClassificationTestResults
- Intent recognition results aggregated by intent name. The aggregated results contain success and failure
rates of intent recognition, speech transcriptions, and end-to-end conversations.public void setIntentLevelSlotResolutionTestResults(IntentLevelSlotResolutionTestResults intentLevelSlotResolutionTestResults)
Slot resolution results aggregated by intent and slot name. The aggregated results contain success and failure rates of slot resolution, speech transcriptions, and end-to-end conversations
intentLevelSlotResolutionTestResults
- Slot resolution results aggregated by intent and slot name. The aggregated results contain success and
failure rates of slot resolution, speech transcriptions, and end-to-end conversationspublic IntentLevelSlotResolutionTestResults getIntentLevelSlotResolutionTestResults()
Slot resolution results aggregated by intent and slot name. The aggregated results contain success and failure rates of slot resolution, speech transcriptions, and end-to-end conversations
public TestExecutionResultItems withIntentLevelSlotResolutionTestResults(IntentLevelSlotResolutionTestResults intentLevelSlotResolutionTestResults)
Slot resolution results aggregated by intent and slot name. The aggregated results contain success and failure rates of slot resolution, speech transcriptions, and end-to-end conversations
intentLevelSlotResolutionTestResults
- Slot resolution results aggregated by intent and slot name. The aggregated results contain success and
failure rates of slot resolution, speech transcriptions, and end-to-end conversationspublic void setUtteranceLevelTestResults(UtteranceLevelTestResults utteranceLevelTestResults)
Results related to utterances in the test set.
utteranceLevelTestResults
- Results related to utterances in the test set.public UtteranceLevelTestResults getUtteranceLevelTestResults()
Results related to utterances in the test set.
public TestExecutionResultItems withUtteranceLevelTestResults(UtteranceLevelTestResults utteranceLevelTestResults)
Results related to utterances in the test set.
utteranceLevelTestResults
- Results related to utterances in the test set.public String toString()
toString
in class Object
Object.toString()
public TestExecutionResultItems clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.