@Generated(value="software.amazon.awssdk:codegen") public final class TestSetIntentDiscrepancyItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestSetIntentDiscrepancyItem.Builder,TestSetIntentDiscrepancyItem>
Contains information about discrepancy in an intent information between the test set and the bot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestSetIntentDiscrepancyItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestSetIntentDiscrepancyItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The error message for a discrepancy for an intent between the test set and the bot.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
intentName()
The name of the intent in the discrepancy report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestSetIntentDiscrepancyItem.Builder> |
serializableBuilderClass() |
TestSetIntentDiscrepancyItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String intentName()
The name of the intent in the discrepancy report.
public final String errorMessage()
The error message for a discrepancy for an intent between the test set and the bot.
public TestSetIntentDiscrepancyItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestSetIntentDiscrepancyItem.Builder,TestSetIntentDiscrepancyItem>public static TestSetIntentDiscrepancyItem.Builder builder()
public static Class<? extends TestSetIntentDiscrepancyItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.