Class ConversationLevelTestResultsFilterBy
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.ConversationLevelTestResultsFilterBy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConversationLevelTestResultsFilterBy.Builder,ConversationLevelTestResultsFilterBy>
@Generated("software.amazon.awssdk:codegen") public final class ConversationLevelTestResultsFilterBy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConversationLevelTestResultsFilterBy.Builder,ConversationLevelTestResultsFilterBy>
The selection to filter the test set results data at the conversation level.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConversationLevelTestResultsFilterBy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConversationLevelTestResultsFilterBy.Builderbuilder()TestResultMatchStatusendToEndResult()The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.StringendToEndResultAsString()The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ConversationLevelTestResultsFilterBy.Builder>serializableBuilderClass()ConversationLevelTestResultsFilterBy.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endToEndResult
public final TestResultMatchStatus endToEndResult()
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
If the service returns an enum value that is not available in the current SDK version,
endToEndResultwill returnTestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromendToEndResultAsString().- Returns:
- The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
- See Also:
TestResultMatchStatus
-
endToEndResultAsString
public final String endToEndResultAsString()
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
If the service returns an enum value that is not available in the current SDK version,
endToEndResultwill returnTestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromendToEndResultAsString().- Returns:
- The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
- See Also:
TestResultMatchStatus
-
toBuilder
public ConversationLevelTestResultsFilterBy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConversationLevelTestResultsFilterBy.Builder,ConversationLevelTestResultsFilterBy>
-
builder
public static ConversationLevelTestResultsFilterBy.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConversationLevelTestResultsFilterBy.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-