Uses of Class
com.mypurecloud.sdk.v2.model.GuideSessionTurnInvocationResponse
Packages that use GuideSessionTurnInvocationResponse
-
Uses of GuideSessionTurnInvocationResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GuideSessionTurnInvocationResponseModifier and TypeMethodDescriptionGuideSessionTurnInvocationResponse.actionName(String actionName) The action name of the invocation data.The action group of the invocation data.The action ID of the invocation data.GuideSessionTurnInvocationResponse.parameters(List<GuideSessionTurnInvocationParameters> parameters) The parameters of the invocation response.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type GuideSessionTurnInvocationResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type GuideSessionTurnInvocationResponseModifier and TypeMethodDescriptionGuideSessionTurnResponse.invocations(List<GuideSessionTurnInvocationResponse> invocations) The invocations for this turn.voidGuideSessionTurnResponse.setInvocations(List<GuideSessionTurnInvocationResponse> invocations)