@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestSetIntentDiscrepancyItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about discrepancy in an intent information between the test set and the bot.
Constructor and Description |
---|
TestSetIntentDiscrepancyItem() |
Modifier and Type | Method and Description |
---|---|
TestSetIntentDiscrepancyItem |
clone() |
boolean |
equals(Object obj) |
String |
getErrorMessage()
The error message for a discrepancy for an intent between the test set and the bot.
|
String |
getIntentName()
The name of the intent in the discrepancy report.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorMessage(String errorMessage)
The error message for a discrepancy for an intent between the test set and the bot.
|
void |
setIntentName(String intentName)
The name of the intent in the discrepancy report.
|
String |
toString()
Returns a string representation of this object.
|
TestSetIntentDiscrepancyItem |
withErrorMessage(String errorMessage)
The error message for a discrepancy for an intent between the test set and the bot.
|
TestSetIntentDiscrepancyItem |
withIntentName(String intentName)
The name of the intent in the discrepancy report.
|
public void setIntentName(String intentName)
The name of the intent in the discrepancy report.
intentName
- The name of the intent in the discrepancy report.public String getIntentName()
The name of the intent in the discrepancy report.
public TestSetIntentDiscrepancyItem withIntentName(String intentName)
The name of the intent in the discrepancy report.
intentName
- The name of the intent in the discrepancy report.public void setErrorMessage(String errorMessage)
The error message for a discrepancy for an intent between the test set and the bot.
errorMessage
- The error message for a discrepancy for an intent between the test set and the bot.public String getErrorMessage()
The error message for a discrepancy for an intent between the test set and the bot.
public TestSetIntentDiscrepancyItem withErrorMessage(String errorMessage)
The error message for a discrepancy for an intent between the test set and the bot.
errorMessage
- The error message for a discrepancy for an intent between the test set and the bot.public String toString()
toString
in class Object
Object.toString()
public TestSetIntentDiscrepancyItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.