@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssignContactCategoryActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
This action must be set if TriggerEventSource
is one of the following values:
OnPostCallAnalysisAvailable
| OnRealTimeCallAnalysisAvailable
|
OnRealTimeChatAnalysisAvailable
| OnPostChatAnalysisAvailable
. Contact is categorized using
the rule name.
RuleName
is used as ContactCategory
.
Constructor and Description |
---|
AssignContactCategoryActionDefinition() |
Modifier and Type | Method and Description |
---|---|
AssignContactCategoryActionDefinition |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
toString()
Returns a string representation of this object.
|
public AssignContactCategoryActionDefinition()
public String toString()
toString
in class Object
Object.toString()
public AssignContactCategoryActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.