Uses of Class
com.mypurecloud.sdk.v2.model.AssistantQueueUsersJobsRequest
Packages that use AssistantQueueUsersJobsRequest
Package
Description
-
Uses of AssistantQueueUsersJobsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AssistantQueueUsersJobsRequestModifier and TypeMethodDescriptionAgentAssistantsApi.postAssistantQueueUsersJobs(String assistantId, String queueId, AssistantQueueUsersJobsRequest body) Start a new job to assistant-queue.AgentAssistantsApi.postAssistantQueueUsersJobsWithHttpInfo(String assistantId, String queueId, AssistantQueueUsersJobsRequest body) Start a new job to assistant-queue.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AssistantQueueUsersJobsRequestModifier and TypeMethodDescriptionAgentAssistantsApi.postAssistantQueueUsersJobs(ApiRequest<AssistantQueueUsersJobsRequest> request) Start a new job to assistant-queue.AgentAssistantsApiAsync.postAssistantQueueUsersJobsAsync(ApiRequest<AssistantQueueUsersJobsRequest> request, AsyncApiCallback<ApiResponse<AssistantQueueUsersJobsResponse>> callback) Start a new job to assistant-queue. -
Uses of AssistantQueueUsersJobsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AssistantQueueUsersJobsRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AssistantQueueUsersJobsRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type AssistantQueueUsersJobsRequestModifier and TypeMethodDescriptionPostAssistantQueueUsersJobsRequest.builder(String assistantId, String queueId, AssistantQueueUsersJobsRequest body) voidPostAssistantQueueUsersJobsRequest.setBody(AssistantQueueUsersJobsRequest body) PostAssistantQueueUsersJobsRequest.Builder.withBody(AssistantQueueUsersJobsRequest body) PostAssistantQueueUsersJobsRequest.withBody(AssistantQueueUsersJobsRequest body) PostAssistantQueueUsersJobsRequest.Builder.withRequiredParams(String assistantId, String queueId, AssistantQueueUsersJobsRequest body) -
Uses of AssistantQueueUsersJobsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AssistantQueueUsersJobsRequestModifier and TypeMethodDescriptionAssistantQueueUsersJobsRequest.action(AssistantQueueUsersJobsRequest.ActionEnum action) Action to perform by the job.