@Generated(value="software.amazon.awssdk:codegen") public final class ConversationLevelResultDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConversationLevelResultDetail.Builder,ConversationLevelResultDetail>
The conversation level details of the conversation used in the test set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConversationLevelResultDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationLevelResultDetail.Builder |
builder() |
TestResultMatchStatus |
endToEndResult()
The success or failure of the streaming of the conversation.
|
String |
endToEndResultAsString()
The success or failure of the streaming of the conversation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConversationLevelResultDetail.Builder> |
serializableBuilderClass() |
TestResultMatchStatus |
speechTranscriptionResult()
The speech transcription success or failure details of the conversation.
|
String |
speechTranscriptionResultAsString()
The speech transcription success or failure details of the conversation.
|
ConversationLevelResultDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TestResultMatchStatus endToEndResult()
The success or failure of the streaming of the conversation.
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 success or failure of the streaming of the conversation.
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 details of the conversation.
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 details of the conversation.
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 ConversationLevelResultDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConversationLevelResultDetail.Builder,ConversationLevelResultDetail>public static ConversationLevelResultDetail.Builder builder()
public static Class<? extends ConversationLevelResultDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.