Package com.mypurecloud.sdk.v2.api
Class BackgroundAssistantApi
java.lang.Object
com.mypurecloud.sdk.v2.api.BackgroundAssistantApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSign 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 noticeSign 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 noticeSign 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 noticeSign 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 noticeSign identifying information for screen recordingSign identifying information for screen recordingSign identifying information for screen recordingSign identifying information for screen recording
-
Constructor Details
-
BackgroundAssistantApi
public BackgroundAssistantApi() -
BackgroundAssistantApi
-
-
Method Details
-
postBackgroundassistantToken
public SignedData postBackgroundassistantToken(BackgroundAssistantUserAuthenticatedInfo body) throws IOException, ApiException 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:
body- (optional)- Returns:
- SignedData
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postBackgroundassistantTokenWithHttpInfo
public ApiResponse<SignedData> postBackgroundassistantTokenWithHttpInfo(BackgroundAssistantUserAuthenticatedInfo body) throws IOException 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:
body- (optional)- Returns:
- SignedData
- Throws:
IOException- if the request fails to be processed
-
postBackgroundassistantToken
public SignedData postBackgroundassistantToken(PostBackgroundassistantTokenRequest request) throws IOException, ApiException 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 object- Returns:
- SignedData
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postBackgroundassistantToken
public ApiResponse<SignedData> postBackgroundassistantToken(ApiRequest<BackgroundAssistantUserAuthenticatedInfo> request) throws IOException 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 object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postScreenrecordingToken
public SignedData postScreenrecordingToken(BackgroundAssistantUserAuthenticatedInfo body) throws IOException, ApiException Sign identifying information for screen recording- Parameters:
body- (optional)- Returns:
- SignedData
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postScreenrecordingTokenWithHttpInfo
public ApiResponse<SignedData> postScreenrecordingTokenWithHttpInfo(BackgroundAssistantUserAuthenticatedInfo body) throws IOException Sign identifying information for screen recording- Parameters:
body- (optional)- Returns:
- SignedData
- Throws:
IOException- if the request fails to be processed
-
postScreenrecordingToken
public SignedData postScreenrecordingToken(PostScreenrecordingTokenRequest request) throws IOException, ApiException Sign identifying information for screen recording- Parameters:
request- The request object- Returns:
- SignedData
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postScreenrecordingToken
public ApiResponse<SignedData> postScreenrecordingToken(ApiRequest<BackgroundAssistantUserAuthenticatedInfo> request) throws IOException Sign identifying information for screen recording- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-