public class AssignContactCategoryActionDefinition
extends java.lang.Object
implements java.io.Serializable
This action must be set if TriggerEventSource is one of the
following values: OnPostCallAnalysisAvailable |
OnRealTimeCallAnalysisAvailable |
OnPostChatAnalysisAvailable. Contact is categorized using the
rule name.
RuleName is used as ContactCategory.
| Constructor and Description |
|---|
AssignContactCategoryActionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
public AssignContactCategoryActionDefinition()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object