Package com.mypurecloud.sdk.v2.api
Class BackgroundAssistantApiAsync
java.lang.Object
com.mypurecloud.sdk.v2.api.BackgroundAssistantApiAsync
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostBackgroundassistantTokenAsync(PostBackgroundassistantTokenRequest request, AsyncApiCallback<SignedData> callback) Sign identifying information for Genesys Cloud Background Assistant postBackgroundassistantToken is a preview method and is subject to both breaking and non-breaking changes at any time without noticepostBackgroundassistantTokenAsync(ApiRequest<BackgroundAssistantUserAuthenticatedInfo> request, AsyncApiCallback<ApiResponse<SignedData>> callback) Sign identifying information for Genesys Cloud Background Assistant postBackgroundassistantToken is a preview method and is subject to both breaking and non-breaking changes at any time without noticepostScreenrecordingTokenAsync(PostScreenrecordingTokenRequest request, AsyncApiCallback<SignedData> callback) Sign identifying information for screen recordingpostScreenrecordingTokenAsync(ApiRequest<BackgroundAssistantUserAuthenticatedInfo> request, AsyncApiCallback<ApiResponse<SignedData>> callback) Sign identifying information for screen recording
-
Constructor Details
-
BackgroundAssistantApiAsync
public BackgroundAssistantApiAsync() -
BackgroundAssistantApiAsync
-
-
Method Details
-
postBackgroundassistantTokenAsync
public Future<SignedData> postBackgroundassistantTokenAsync(PostBackgroundassistantTokenRequest request, AsyncApiCallback<SignedData> callback) Sign identifying information for Genesys Cloud Background Assistant postBackgroundassistantToken is a preview method and is subject to both breaking and non-breaking changes at any time without notice- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
postBackgroundassistantTokenAsync
public Future<ApiResponse<SignedData>> postBackgroundassistantTokenAsync(ApiRequest<BackgroundAssistantUserAuthenticatedInfo> request, AsyncApiCallback<ApiResponse<SignedData>> callback) Sign identifying information for Genesys Cloud Background Assistant postBackgroundassistantToken is a preview method and is subject to both breaking and non-breaking changes at any time without notice- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
postScreenrecordingTokenAsync
public Future<SignedData> postScreenrecordingTokenAsync(PostScreenrecordingTokenRequest request, AsyncApiCallback<SignedData> callback) Sign identifying information for screen recording- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
postScreenrecordingTokenAsync
public Future<ApiResponse<SignedData>> postScreenrecordingTokenAsync(ApiRequest<BackgroundAssistantUserAuthenticatedInfo> request, AsyncApiCallback<ApiResponse<SignedData>> callback) Sign identifying information for screen recording- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-