Package com.mypurecloud.sdk.v2.api
Class AgentCopilotApiAsync
java.lang.Object
com.mypurecloud.sdk.v2.api.AgentCopilotApiAsync
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAssistantCopilotAsync(GetAssistantCopilotRequest request, AsyncApiCallback<Copilot> callback) Get copilot configuration of an assistant.getAssistantCopilotAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Copilot>> callback) Get copilot configuration of an assistant.getAssistantsCopilotFeaturesupportAsync(GetAssistantsCopilotFeaturesupportRequest request, AsyncApiCallback<LanguageSupportResponse> callback) Get information about the support of features for all the languages or only for a certain language.getAssistantsCopilotFeaturesupportAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LanguageSupportResponse>> callback) Get information about the support of features for all the languages or only for a certain language.putAssistantCopilotAsync(PutAssistantCopilotRequest request, AsyncApiCallback<Copilot> callback) Update agent copilot configurationputAssistantCopilotAsync(ApiRequest<Copilot> request, AsyncApiCallback<ApiResponse<Copilot>> callback) Update agent copilot configuration
-
Constructor Details
-
AgentCopilotApiAsync
public AgentCopilotApiAsync() -
AgentCopilotApiAsync
-
-
Method Details
-
getAssistantCopilotAsync
public Future<Copilot> getAssistantCopilotAsync(GetAssistantCopilotRequest request, AsyncApiCallback<Copilot> callback) Get copilot configuration of an assistant.- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getAssistantCopilotAsync
public Future<ApiResponse<Copilot>> getAssistantCopilotAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Copilot>> callback) Get copilot configuration of an assistant.- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getAssistantsCopilotFeaturesupportAsync
public Future<LanguageSupportResponse> getAssistantsCopilotFeaturesupportAsync(GetAssistantsCopilotFeaturesupportRequest request, AsyncApiCallback<LanguageSupportResponse> callback) Get information about the support of features for all the languages or only for a certain language.- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getAssistantsCopilotFeaturesupportAsync
public Future<ApiResponse<LanguageSupportResponse>> getAssistantsCopilotFeaturesupportAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LanguageSupportResponse>> callback) Get information about the support of features for all the languages or only for a certain language.- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
putAssistantCopilotAsync
public Future<Copilot> putAssistantCopilotAsync(PutAssistantCopilotRequest request, AsyncApiCallback<Copilot> callback) Update agent copilot configuration- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
putAssistantCopilotAsync
public Future<ApiResponse<Copilot>> putAssistantCopilotAsync(ApiRequest<Copilot> request, AsyncApiCallback<ApiResponse<Copilot>> callback) Update agent copilot configuration- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-