Class Reaction

java.lang.Object
com.mypurecloud.sdk.v2.model.Reaction
All Implemented Interfaces:
Serializable

public class Reaction extends Object implements Serializable
Reaction
See Also:
  • Constructor Details

    • Reaction

      public Reaction()
    • Reaction

      public Reaction(Boolean initWithEmptyList)
  • Method Details

    • data

      public Reaction data(String data)
      Parameter for this reaction. For transfer_flow, this would be the outbound flow id.
    • getData

      public String getData()
    • setData

      public void setData(String data)
    • name

      public Reaction name(String name)
      Name of the parameter for this reaction. For transfer_flow, this would be the outbound flow name.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • reactionType

      public Reaction reactionType(Reaction.ReactionTypeEnum reactionType)
      The reaction to take for a given call analysis result.
    • getReactionType

      public Reaction.ReactionTypeEnum getReactionType()
    • setReactionType

      public void setReactionType(Reaction.ReactionTypeEnum reactionType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object