@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestSetDiscrepancyErrors extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the errors in the test set discrepancy report
Constructor and Description |
---|
TestSetDiscrepancyErrors() |
Modifier and Type | Method and Description |
---|---|
TestSetDiscrepancyErrors |
clone() |
boolean |
equals(Object obj) |
List<TestSetIntentDiscrepancyItem> |
getIntentDiscrepancies()
Contains information about discrepancies found for intents between the test set and the bot.
|
List<TestSetSlotDiscrepancyItem> |
getSlotDiscrepancies()
Contains information about discrepancies found for slots between the test set and the bot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
void |
setSlotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
|
String |
toString()
Returns a string representation of this object.
|
TestSetDiscrepancyErrors |
withIntentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors |
withIntentDiscrepancies(TestSetIntentDiscrepancyItem... intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors |
withSlotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
|
TestSetDiscrepancyErrors |
withSlotDiscrepancies(TestSetSlotDiscrepancyItem... slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
|
public List<TestSetIntentDiscrepancyItem> getIntentDiscrepancies()
Contains information about discrepancies found for intents between the test set and the bot.
public void setIntentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
intentDiscrepancies
- Contains information about discrepancies found for intents between the test set and the bot.public TestSetDiscrepancyErrors withIntentDiscrepancies(TestSetIntentDiscrepancyItem... intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
NOTE: This method appends the values to the existing list (if any). Use
setIntentDiscrepancies(java.util.Collection)
or withIntentDiscrepancies(java.util.Collection)
if you want to override the existing values.
intentDiscrepancies
- Contains information about discrepancies found for intents between the test set and the bot.public TestSetDiscrepancyErrors withIntentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
intentDiscrepancies
- Contains information about discrepancies found for intents between the test set and the bot.public List<TestSetSlotDiscrepancyItem> getSlotDiscrepancies()
Contains information about discrepancies found for slots between the test set and the bot.
public void setSlotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
slotDiscrepancies
- Contains information about discrepancies found for slots between the test set and the bot.public TestSetDiscrepancyErrors withSlotDiscrepancies(TestSetSlotDiscrepancyItem... slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
NOTE: This method appends the values to the existing list (if any). Use
setSlotDiscrepancies(java.util.Collection)
or withSlotDiscrepancies(java.util.Collection)
if
you want to override the existing values.
slotDiscrepancies
- Contains information about discrepancies found for slots between the test set and the bot.public TestSetDiscrepancyErrors withSlotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
slotDiscrepancies
- Contains information about discrepancies found for slots between the test set and the bot.public String toString()
toString
in class Object
Object.toString()
public TestSetDiscrepancyErrors clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.