Uses of Class
com.mypurecloud.sdk.v2.api.request.GetRoutingQueueAssistantRequest
Packages that use GetRoutingQueueAssistantRequest
-
Uses of GetRoutingQueueAssistantRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetRoutingQueueAssistantRequestModifier and TypeMethodDescriptionRoutingApi.getRoutingQueueAssistant(GetRoutingQueueAssistantRequest request) Get an assistant associated with a queue.RoutingApiAsync.getRoutingQueueAssistantAsync(GetRoutingQueueAssistantRequest request, AsyncApiCallback<AssistantQueue> callback) Get an assistant associated with a queue. -
Uses of GetRoutingQueueAssistantRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetRoutingQueueAssistantRequestModifier and TypeMethodDescriptionGetRoutingQueueAssistantRequest.Builder.build()GetRoutingQueueAssistantRequest.withCustomHeader(String name, String value) GetRoutingQueueAssistantRequest.withExpand(List<String> expand) GetRoutingQueueAssistantRequest.withFallbackToPrimaryAssistant(Boolean fallbackToPrimaryAssistant) GetRoutingQueueAssistantRequest.withLanguageVariation(String languageVariation) GetRoutingQueueAssistantRequest.withQueueId(String queueId)