Uses of Class
com.mypurecloud.sdk.v2.model.AssistantListing
Packages that use AssistantListing
-
Uses of AssistantListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AssistantListingModifier and TypeMethodDescriptionAgentAssistantsApi.getAssistants(GetAssistantsRequest request) Get all assistants.AgentAssistantsApi.getAssistants(String before, String after, String limit, String pageSize, String name, String expand) Get all assistants.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type AssistantListingModifier and TypeMethodDescriptionAgentAssistantsApi.getAssistants(ApiRequest<Void> request) Get all assistants.AgentAssistantsApiAsync.getAssistantsAsync(GetAssistantsRequest request, AsyncApiCallback<AssistantListing> callback) Get all assistants.AgentAssistantsApiAsync.getAssistantsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AssistantListing>> callback) Get all assistants.AgentAssistantsApi.getAssistantsWithHttpInfo(String before, String after, String limit, String pageSize, String name, String expand) Get all assistants.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AssistantListingModifier and TypeMethodDescriptionAgentAssistantsApiAsync.getAssistantsAsync(GetAssistantsRequest request, AsyncApiCallback<AssistantListing> callback) Get all assistants.AgentAssistantsApiAsync.getAssistantsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AssistantListing>> callback) Get all assistants. -
Uses of AssistantListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AssistantListing