Package com.mypurecloud.sdk.v2.model
Class TextBotFlowLocation
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotFlowLocation
- All Implemented Interfaces:
Serializable
Describes a flow location.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionName(String actionName) The name of the action that was active when the event of interest happened.actionNumber(Integer actionNumber) The number of the action that was active when the event of interest happened.booleaninthashCode()sequenceName(String sequenceName) The name of the state or task which was active when the event of interest happened.voidsetActionName(String actionName) voidsetActionNumber(Integer actionNumber) voidsetSequenceName(String sequenceName) toString()
-
Constructor Details
-
TextBotFlowLocation
public TextBotFlowLocation() -
TextBotFlowLocation
-
-
Method Details
-
actionName
The name of the action that was active when the event of interest happened. -
getActionName
-
setActionName
-
actionNumber
The number of the action that was active when the event of interest happened. -
getActionNumber
-
setActionNumber
-
sequenceName
The name of the state or task which was active when the event of interest happened. -
getSequenceName
-
setSequenceName
-
equals
-
hashCode
public int hashCode() -
toString
-