Package com.mypurecloud.sdk.v2.model
Class GuideSessionTurnResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.GuideSessionTurnResponse
- All Implemented Interfaces:
Serializable
Response for a guide session turn
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe result of the turn.static enumThe status of the turn. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()invocationId(String invocationId) Invocation ID for this turn.invocations(List<GuideSessionTurnInvocationResponse> invocations) The invocations for this turn.outputVariables(List<GuideSessionVariable> outputVariables) The output variables for this turn.response(GuideSessionTurnResponseData response) The response content for this turn.The result of the turn.voidsetInvocationId(String invocationId) voidsetInvocations(List<GuideSessionTurnInvocationResponse> invocations) voidsetOutputVariables(List<GuideSessionVariable> outputVariables) voidsetResponse(GuideSessionTurnResponseData response) voidvoidThe status of the turn.toString()
-
Constructor Details
-
GuideSessionTurnResponse
public GuideSessionTurnResponse() -
GuideSessionTurnResponse
-
-
Method Details
-
response
The response content for this turn. -
getResponse
-
setResponse
-
status
The status of the turn. -
getStatus
-
setStatus
-
result
The result of the turn. -
getResult
-
setResult
-
outputVariables
The output variables for this turn. -
getOutputVariables
-
setOutputVariables
-
invocationId
Invocation ID for this turn. -
getInvocationId
-
setInvocationId
-
invocations
The invocations for this turn. -
getInvocations
-
setInvocations
-
equals
-
hashCode
public int hashCode() -
toString
-