@Generated(value="software.amazon.awssdk:codegen") public final class TestSetSlotDiscrepancyItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestSetSlotDiscrepancyItem.Builder,TestSetSlotDiscrepancyItem>
Contains information about discrepancy in a slot information between the test set and the bot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestSetSlotDiscrepancyItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestSetSlotDiscrepancyItem.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 associated with the slot in the discrepancy report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestSetSlotDiscrepancyItem.Builder> |
serializableBuilderClass() |
String |
slotName()
The name of the slot in the discrepancy report.
|
TestSetSlotDiscrepancyItem.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 associated with the slot in the discrepancy report.
public final String slotName()
The name of the slot 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 TestSetSlotDiscrepancyItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestSetSlotDiscrepancyItem.Builder,TestSetSlotDiscrepancyItem>public static TestSetSlotDiscrepancyItem.Builder builder()
public static Class<? extends TestSetSlotDiscrepancyItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.