Uses of Class
com.mypurecloud.sdk.v2.model.ActionEventRequest
Packages that use ActionEventRequest
Package
Description
-
Uses of ActionEventRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ActionEventRequestModifier and TypeMethodDescriptionvoidJourneyApi.postJourneyDeploymentActionevent(String deploymentId, ActionEventRequest body) Sends an action event, which is used for changing the state of actions that have been offered to the user.JourneyApi.postJourneyDeploymentActioneventWithHttpInfo(String deploymentId, ActionEventRequest body) Sends an action event, which is used for changing the state of actions that have been offered to the user.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ActionEventRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyDeploymentActionevent(ApiRequest<ActionEventRequest> request) Sends an action event, which is used for changing the state of actions that have been offered to the user.JourneyApiAsync.postJourneyDeploymentActioneventAsync(ApiRequest<ActionEventRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Sends an action event, which is used for changing the state of actions that have been offered to the user. -
Uses of ActionEventRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ActionEventRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ActionEventRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ActionEventRequestModifier and TypeMethodDescriptionPostJourneyDeploymentActioneventRequest.builder(String deploymentId, ActionEventRequest body) voidPostJourneyDeploymentActioneventRequest.setBody(ActionEventRequest body) PostJourneyDeploymentActioneventRequest.Builder.withBody(ActionEventRequest body) PostJourneyDeploymentActioneventRequest.withBody(ActionEventRequest body) PostJourneyDeploymentActioneventRequest.Builder.withRequiredParams(String deploymentId, ActionEventRequest body) -
Uses of ActionEventRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionEventRequestModifier and TypeMethodDescriptionUUID for the action, as returned by the Ping endpoint when the action was qualified.ActionEventRequest.actionState(ActionEventRequest.ActionStateEnum actionState) State the action is transitioning to.Client defined error code (when state transitions to errored)ActionEventRequest.errorMessage(String errorMessage) Message of the error returned when the action fails (when state transitions to errored)UUID of the customer session for this action.