Class TextBotFlowLocation

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

public class TextBotFlowLocation extends Object implements Serializable
Describes a flow location.
See Also:
  • Constructor Details

    • TextBotFlowLocation

      public TextBotFlowLocation()
    • TextBotFlowLocation

      public TextBotFlowLocation(Boolean initWithEmptyList)
  • Method Details

    • actionName

      public TextBotFlowLocation actionName(String actionName)
      The name of the action that was active when the event of interest happened.
    • getActionName

      public String getActionName()
    • setActionName

      public void setActionName(String actionName)
    • actionNumber

      public TextBotFlowLocation actionNumber(Integer actionNumber)
      The number of the action that was active when the event of interest happened.
    • getActionNumber

      public Integer getActionNumber()
    • setActionNumber

      public void setActionNumber(Integer actionNumber)
    • sequenceName

      public TextBotFlowLocation sequenceName(String sequenceName)
      The name of the state or task which was active when the event of interest happened.
    • getSequenceName

      public String getSequenceName()
    • setSequenceName

      public void setSequenceName(String sequenceName)
    • 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