Package com.mypurecloud.sdk.v2.model
Class ReportingTurnBotFlowInvocationEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.ReportingTurnBotFlowInvocationEvent
- All Implemented Interfaces:
Serializable
ReportingTurnBotFlowInvocationEvent
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRepresents the type of invocation event which occurred. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction(ReportingTurnAction action) The action in which the event occurred.booleanflow(ReportingTurnFlow flow) The details relating to the invoking or invoked flow.getFlow()getType()inthashCode()voidsetAction(ReportingTurnAction action) voidsetFlow(ReportingTurnFlow flow) voidtoString()Represents the type of invocation event which occurred.
-
Constructor Details
-
ReportingTurnBotFlowInvocationEvent
public ReportingTurnBotFlowInvocationEvent() -
ReportingTurnBotFlowInvocationEvent
-
-
Method Details
-
type
Represents the type of invocation event which occurred. -
getType
-
setType
-
action
The action in which the event occurred. -
getAction
-
setAction
-
flow
The details relating to the invoking or invoked flow. -
getFlow
-
setFlow
-
equals
-
hashCode
public int hashCode() -
toString
-