@Generated(value="software.amazon.awssdk:codegen") public final class TestExecutionResultItems extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestExecutionResultItems.Builder,TestExecutionResultItems>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestExecutionResultItems.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestExecutionResultItems.Builder |
builder() |
ConversationLevelTestResults |
conversationLevelTestResults()
Results related to conversations in the test set, including metrics about success and failure of conversations
and intent and slot failures.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IntentClassificationTestResults |
intentClassificationTestResults()
Intent recognition results aggregated by intent name.
|
IntentLevelSlotResolutionTestResults |
intentLevelSlotResolutionTestResults()
Slot resolution results aggregated by intent and slot name.
|
OverallTestResults |
overallTestResults()
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestExecutionResultItems.Builder> |
serializableBuilderClass() |
TestExecutionResultItems.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UtteranceLevelTestResults |
utteranceLevelTestResults()
Results related to utterances in the test set.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OverallTestResults overallTestResults()
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
public final ConversationLevelTestResults conversationLevelTestResults()
Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.
public final 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.
public final 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
public final UtteranceLevelTestResults utteranceLevelTestResults()
Results related to utterances in the test set.
public TestExecutionResultItems.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestExecutionResultItems.Builder,TestExecutionResultItems>public static TestExecutionResultItems.Builder builder()
public static Class<? extends TestExecutionResultItems.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.