Package com.mypurecloud.sdk.v2.model
Class GuideSessionTurnInvocationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.GuideSessionTurnInvocationResponse
- All Implemented Interfaces:
Serializable
GuideSessionTurnInvocationResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionName(String actionName) The action name of the invocation data.booleangetGroup()getId()The action group of the invocation data.inthashCode()The action ID of the invocation data.parameters(List<GuideSessionTurnInvocationParameters> parameters) The parameters of the invocation response.voidsetActionName(String actionName) voidvoidvoidsetParameters(List<GuideSessionTurnInvocationParameters> parameters) toString()
-
Constructor Details
-
GuideSessionTurnInvocationResponse
public GuideSessionTurnInvocationResponse() -
GuideSessionTurnInvocationResponse
-
-
Method Details
-
id
The action ID of the invocation data. -
getId
-
setId
-
group
The action group of the invocation data. -
getGroup
-
setGroup
-
actionName
The action name of the invocation data. -
getActionName
-
setActionName
-
parameters
public GuideSessionTurnInvocationResponse parameters(List<GuideSessionTurnInvocationParameters> parameters) The parameters of the invocation response. -
getParameters
-
setParameters
-
equals
-
hashCode
public int hashCode() -
toString
-