Package com.mypurecloud.sdk.v2.model
Class Reaction
java.lang.Object
com.mypurecloud.sdk.v2.model.Reaction
- All Implemented Interfaces:
Serializable
Reaction
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe reaction to take for a given call analysis result. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParameter for this reaction.booleangetData()getName()inthashCode()Name of the parameter for this reaction.reactionType(Reaction.ReactionTypeEnum reactionType) The reaction to take for a given call analysis result.voidvoidvoidsetReactionType(Reaction.ReactionTypeEnum reactionType) toString()
-
Constructor Details
-
Reaction
public Reaction() -
Reaction
-
-
Method Details
-
data
Parameter for this reaction. For transfer_flow, this would be the outbound flow id. -
getData
-
setData
-
name
Name of the parameter for this reaction. For transfer_flow, this would be the outbound flow name. -
getName
-
setName
-
reactionType
The reaction to take for a given call analysis result. -
getReactionType
-
setReactionType
-
equals
-
hashCode
public int hashCode() -
toString
-