Package com.mypurecloud.sdk.v2.model
Class ReportingTurnAction
java.lang.Object
com.mypurecloud.sdk.v2.model.ReportingTurnAction
- All Implemented Interfaces:
Serializable
ReportingTurnAction
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets actionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the action in the bot flow.actionName(String actionName) The name of the action in the bot flow.actionNumber(Integer actionNumber) The number of the action in the bot flow.actionType(ReportingTurnAction.ActionTypeEnum actionType) booleaninthashCode()voidsetActionId(String actionId) voidsetActionName(String actionName) voidsetActionNumber(Integer actionNumber) voidsetActionType(ReportingTurnAction.ActionTypeEnum actionType) toString()
-
Constructor Details
-
ReportingTurnAction
public ReportingTurnAction() -
ReportingTurnAction
-
-
Method Details
-
actionId
The ID of the action in the bot flow. -
getActionId
-
setActionId
-
actionName
The name of the action in the bot flow. -
getActionName
-
setActionName
-
actionNumber
The number of the action in the bot flow. -
getActionNumber
-
setActionNumber
-
actionType
-
getActionType
-
setActionType
-
equals
-
hashCode
public int hashCode() -
toString
-