@Generated(value="software.amazon.awssdk:codegen") public final class ConversationLevelTestResultItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConversationLevelTestResultItem.Builder,ConversationLevelTestResultItem>
The test result evaluation item at the conversation level.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConversationLevelTestResultItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationLevelTestResultItem.Builder |
builder() |
String |
conversationId()
The conversation Id of the test result evaluation item.
|
TestResultMatchStatus |
endToEndResult()
The end-to-end success or failure of the test result evaluation item.
|
String |
endToEndResultAsString()
The end-to-end success or failure of the test result evaluation item.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasIntentClassificationResults()
For responses, this returns true if the service returned a value for the IntentClassificationResults property.
|
boolean |
hasSlotResolutionResults()
For responses, this returns true if the service returned a value for the SlotResolutionResults property.
|
List<ConversationLevelIntentClassificationResultItem> |
intentClassificationResults()
The intent classification of the test result evaluation item.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConversationLevelTestResultItem.Builder> |
serializableBuilderClass() |
List<ConversationLevelSlotResolutionResultItem> |
slotResolutionResults()
The slot success or failure of the test result evaluation item.
|
TestResultMatchStatus |
speechTranscriptionResult()
The speech transcription success or failure of the test result evaluation item.
|
String |
speechTranscriptionResultAsString()
The speech transcription success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String conversationId()
The conversation Id of the test result evaluation item.
public final TestResultMatchStatus endToEndResult()
The end-to-end success or failure of the test result evaluation item.
If the service returns an enum value that is not available in the current SDK version, endToEndResult
will return TestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from endToEndResultAsString().
TestResultMatchStatuspublic final String endToEndResultAsString()
The end-to-end success or failure of the test result evaluation item.
If the service returns an enum value that is not available in the current SDK version, endToEndResult
will return TestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from endToEndResultAsString().
TestResultMatchStatuspublic final TestResultMatchStatus speechTranscriptionResult()
The speech transcription success or failure of the test result evaluation item.
If the service returns an enum value that is not available in the current SDK version,
speechTranscriptionResult will return TestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from speechTranscriptionResultAsString().
TestResultMatchStatuspublic final String speechTranscriptionResultAsString()
The speech transcription success or failure of the test result evaluation item.
If the service returns an enum value that is not available in the current SDK version,
speechTranscriptionResult will return TestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from speechTranscriptionResultAsString().
TestResultMatchStatuspublic final boolean hasIntentClassificationResults()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<ConversationLevelIntentClassificationResultItem> intentClassificationResults()
The intent classification of the test result evaluation item.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIntentClassificationResults() method.
public final boolean hasSlotResolutionResults()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<ConversationLevelSlotResolutionResultItem> slotResolutionResults()
The slot success or failure of the test result evaluation item.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSlotResolutionResults() method.
public ConversationLevelTestResultItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConversationLevelTestResultItem.Builder,ConversationLevelTestResultItem>public static ConversationLevelTestResultItem.Builder builder()
public static Class<? extends ConversationLevelTestResultItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.