Uses of Class
com.mypurecloud.sdk.v2.model.AssistantQueue
Packages that use AssistantQueue
Package
Description
-
Uses of AssistantQueue in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AssistantQueueModifier and TypeMethodDescriptionAgentAssistantsApi.getAssistantQueue(GetAssistantQueueRequest request) Get queue Information for an assistant.AgentAssistantsApi.getAssistantQueue(String assistantId, String queueId, String expand) Get queue Information for an assistant.RoutingApi.getRoutingQueueAssistant(GetRoutingQueueAssistantRequest request) Get an assistant associated with a queue.RoutingApi.getRoutingQueueAssistant(String queueId, List<String> expand, String languageVariation, Boolean fallbackToPrimaryAssistant) Get an assistant associated with a queue.AgentAssistantsApi.putAssistantQueue(PutAssistantQueueRequest request) Create a queue assistant association.AgentAssistantsApi.putAssistantQueue(String assistantId, String queueId, AssistantQueue body) Create a queue assistant association.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type AssistantQueueModifier and TypeMethodDescriptionAgentAssistantsApi.getAssistantQueue(ApiRequest<Void> request) Get queue Information for an assistant.AgentAssistantsApiAsync.getAssistantQueueAsync(GetAssistantQueueRequest request, AsyncApiCallback<AssistantQueue> callback) Get queue Information for an assistant.AgentAssistantsApiAsync.getAssistantQueueAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AssistantQueue>> callback) Get queue Information for an assistant.AgentAssistantsApi.getAssistantQueueWithHttpInfo(String assistantId, String queueId, String expand) Get queue Information for an assistant.RoutingApi.getRoutingQueueAssistant(ApiRequest<Void> request) Get an assistant associated with a queue.RoutingApiAsync.getRoutingQueueAssistantAsync(GetRoutingQueueAssistantRequest request, AsyncApiCallback<AssistantQueue> callback) Get an assistant associated with a queue.RoutingApiAsync.getRoutingQueueAssistantAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AssistantQueue>> callback) Get an assistant associated with a queue.RoutingApi.getRoutingQueueAssistantWithHttpInfo(String queueId, List<String> expand, String languageVariation, Boolean fallbackToPrimaryAssistant) Get an assistant associated with a queue.AgentAssistantsApi.putAssistantQueue(ApiRequest<AssistantQueue> request) Create a queue assistant association.AgentAssistantsApiAsync.putAssistantQueueAsync(PutAssistantQueueRequest request, AsyncApiCallback<AssistantQueue> callback) Create a queue assistant association.AgentAssistantsApiAsync.putAssistantQueueAsync(ApiRequest<AssistantQueue> request, AsyncApiCallback<ApiResponse<AssistantQueue>> callback) Create a queue assistant association.AgentAssistantsApi.putAssistantQueueWithHttpInfo(String assistantId, String queueId, AssistantQueue body) Create a queue assistant association.Methods in com.mypurecloud.sdk.v2.api with parameters of type AssistantQueueModifier and TypeMethodDescriptionAgentAssistantsApi.putAssistantQueue(String assistantId, String queueId, AssistantQueue body) Create a queue assistant association.AgentAssistantsApi.putAssistantQueueWithHttpInfo(String assistantId, String queueId, AssistantQueue body) Create a queue assistant association.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AssistantQueueModifier and TypeMethodDescriptionAgentAssistantsApiAsync.getAssistantQueueAsync(GetAssistantQueueRequest request, AsyncApiCallback<AssistantQueue> callback) Get queue Information for an assistant.AgentAssistantsApiAsync.getAssistantQueueAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AssistantQueue>> callback) Get queue Information for an assistant.RoutingApiAsync.getRoutingQueueAssistantAsync(GetRoutingQueueAssistantRequest request, AsyncApiCallback<AssistantQueue> callback) Get an assistant associated with a queue.RoutingApiAsync.getRoutingQueueAssistantAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AssistantQueue>> callback) Get an assistant associated with a queue.AgentAssistantsApi.patchAssistantQueues(ApiRequest<List<AssistantQueue>> request) Update Queues for an Assistant.AgentAssistantsApi.patchAssistantQueues(String assistantId, List<AssistantQueue> body) Update Queues for an Assistant.AgentAssistantsApiAsync.patchAssistantQueuesAsync(ApiRequest<List<AssistantQueue>> request, AsyncApiCallback<ApiResponse<AssistantQueueListing>> callback) Update Queues for an Assistant.AgentAssistantsApi.patchAssistantQueuesWithHttpInfo(String assistantId, List<AssistantQueue> body) Update Queues for an Assistant.AgentAssistantsApi.putAssistantQueue(ApiRequest<AssistantQueue> request) Create a queue assistant association.AgentAssistantsApiAsync.putAssistantQueueAsync(PutAssistantQueueRequest request, AsyncApiCallback<AssistantQueue> callback) Create a queue assistant association.AgentAssistantsApiAsync.putAssistantQueueAsync(ApiRequest<AssistantQueue> request, AsyncApiCallback<ApiResponse<AssistantQueue>> callback) Create a queue assistant association.AgentAssistantsApiAsync.putAssistantQueueAsync(ApiRequest<AssistantQueue> request, AsyncApiCallback<ApiResponse<AssistantQueue>> callback) Create a queue assistant association. -
Uses of AssistantQueue in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AssistantQueueMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AssistantQueueModifier and TypeMethodDescriptionPatchAssistantQueuesRequest.getBody()PatchAssistantQueuesRequest.withHttpInfo()PutAssistantQueueRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type AssistantQueueModifier and TypeMethodDescriptionPutAssistantQueueRequest.builder(String assistantId, String queueId, AssistantQueue body) voidPutAssistantQueueRequest.setBody(AssistantQueue body) PutAssistantQueueRequest.Builder.withBody(AssistantQueue body) PutAssistantQueueRequest.withBody(AssistantQueue body) PutAssistantQueueRequest.Builder.withRequiredParams(String assistantId, String queueId, AssistantQueue body) Method parameters in com.mypurecloud.sdk.v2.api.request with type arguments of type AssistantQueueModifier and TypeMethodDescriptionPatchAssistantQueuesRequest.builder(String assistantId, List<AssistantQueue> body) voidPatchAssistantQueuesRequest.setBody(List<AssistantQueue> body) PatchAssistantQueuesRequest.Builder.withBody(List<AssistantQueue> body) PatchAssistantQueuesRequest.withBody(List<AssistantQueue> body) PatchAssistantQueuesRequest.Builder.withRequiredParams(String assistantId, List<AssistantQueue> body) -
Uses of AssistantQueue in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AssistantQueueModifier and TypeMethodDescriptionAssistantQueueUsersQueryResponse.getQueue()The globally unique identifier for the queue.AssistantQueue.mediaTypes(List<AssistantQueue.MediaTypesEnum> mediaTypes) List of media Types in which the assistant is activated for this queue.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AssistantQueueMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AssistantQueueModifier and TypeMethodDescriptionAssistantQueueListing.entities(List<AssistantQueue> entities) voidAssistantQueueListing.setEntities(List<AssistantQueue> entities)