Uses of Class
com.mypurecloud.sdk.v2.api.request.PostJourneyDeploymentActioneventRequest
Packages that use PostJourneyDeploymentActioneventRequest
-
Uses of PostJourneyDeploymentActioneventRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostJourneyDeploymentActioneventRequestModifier and TypeMethodDescriptionvoidJourneyApi.postJourneyDeploymentActionevent(PostJourneyDeploymentActioneventRequest request) Sends an action event, which is used for changing the state of actions that have been offered to the user.JourneyApiAsync.postJourneyDeploymentActioneventAsync(PostJourneyDeploymentActioneventRequest request, AsyncApiCallback<Void> callback) Sends an action event, which is used for changing the state of actions that have been offered to the user. -
Uses of PostJourneyDeploymentActioneventRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostJourneyDeploymentActioneventRequestModifier and TypeMethodDescriptionPostJourneyDeploymentActioneventRequest.Builder.build()PostJourneyDeploymentActioneventRequest.withBody(ActionEventRequest body) PostJourneyDeploymentActioneventRequest.withCustomHeader(String name, String value) PostJourneyDeploymentActioneventRequest.withDeploymentId(String deploymentId)