@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConversationLevelIntentClassificationResultItem extends Object implements Serializable, Cloneable, StructuredPojo
The item listing the evaluation of intent level success or failure.
Constructor and Description |
---|
ConversationLevelIntentClassificationResultItem() |
Modifier and Type | Method and Description |
---|---|
ConversationLevelIntentClassificationResultItem |
clone() |
boolean |
equals(Object obj) |
String |
getIntentName()
The intent name used in the evaluation of intent level success or failure.
|
String |
getMatchResult()
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntentName(String intentName)
The intent name used in the evaluation of intent level success or failure.
|
void |
setMatchResult(String matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
String |
toString()
Returns a string representation of this object.
|
ConversationLevelIntentClassificationResultItem |
withIntentName(String intentName)
The intent name used in the evaluation of intent level success or failure.
|
ConversationLevelIntentClassificationResultItem |
withMatchResult(String matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
ConversationLevelIntentClassificationResultItem |
withMatchResult(TestResultMatchStatus matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
public ConversationLevelIntentClassificationResultItem()
public void setIntentName(String intentName)
The intent name used in the evaluation of intent level success or failure.
intentName
- The intent name used in the evaluation of intent level success or failure.public String getIntentName()
The intent name used in the evaluation of intent level success or failure.
public ConversationLevelIntentClassificationResultItem withIntentName(String intentName)
The intent name used in the evaluation of intent level success or failure.
intentName
- The intent name used in the evaluation of intent level success or failure.public void setMatchResult(String matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
matchResult
- The number of times the specific intent is used in the evaluation of intent level success or failure.TestResultMatchStatus
public String getMatchResult()
The number of times the specific intent is used in the evaluation of intent level success or failure.
TestResultMatchStatus
public ConversationLevelIntentClassificationResultItem withMatchResult(String matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
matchResult
- The number of times the specific intent is used in the evaluation of intent level success or failure.TestResultMatchStatus
public ConversationLevelIntentClassificationResultItem withMatchResult(TestResultMatchStatus matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
matchResult
- The number of times the specific intent is used in the evaluation of intent level success or failure.TestResultMatchStatus
public String toString()
toString
in class Object
Object.toString()
public ConversationLevelIntentClassificationResultItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.