Class AIChatbotApi
java.lang.Object
overit.geocallapp.wfm.ai.rs.v1.AIApi
overit.geocallapp.wfm.ai.rs.v1.chatbot.AIChatbotApi
Deprecated, for removal: This API element is subject to removal in a future version.
API for chatbot processes.
- Since:
- 13.0
-
Field Summary
Fields inherited from class overit.geocallapp.wfm.ai.rs.v1.AIApi
AWS_SERVICE_NAME, mapper, sdf -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteJob(AWSRequestHeaders headers, String predictionJobId) Deprecated, for removal: This API element is subject to removal in a future version.getJob(AWSRequestHeaders headers, String predictionJobId) Deprecated, for removal: This API element is subject to removal in a future version.getJobs(AWSRequestHeaders headers) Deprecated, for removal: This API element is subject to removal in a future version.protected StringgetSessionId(String id) Deprecated, for removal: This API element is subject to removal in a future version.manageResult(org.springframework.http.ResponseEntity<Map<String, Object>> res) Deprecated, for removal: This API element is subject to removal in a future version.postMessageVirtualAssistant(AWSRequestHeaders headers, RequestJobParams queryParams, String body, String id) Deprecated, for removal: This API element is subject to removal in a future version.postUserFeedback(AWSRequestHeaders headers, RequestJobParams queryParams) Deprecated, for removal: This API element is subject to removal in a future version.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class overit.geocallapp.wfm.ai.rs.v1.AIApi
buildUriForSpringClient, getAIRestClientBuilder, getDomain, getEncodedUrl, getMultiHeaders, getMultiParams, getPath, getScheme, manageFileResult
-
Constructor Details
-
AIChatbotApi
public AIChatbotApi()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getSessionId
Deprecated, for removal: This API element is subject to removal in a future version. -
getJobs
public List<SagemakerJobStatus> getJobs(AWSRequestHeaders headers) throws DAValidateException, DAException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getJobsin classAIApi- Throws:
DAValidateExceptionDAException
-
getJob
public Object getJob(AWSRequestHeaders headers, String predictionJobId) throws DAValidateException, DAException, IOException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getJobin classAIApi- Throws:
DAValidateExceptionDAExceptionIOException
-
startJob
public SagemakerJobStatus startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) throws DAValidateException, DAException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
startJobin classAIApi- Throws:
DAValidateExceptionDAException
-
deleteJob
public void deleteJob(AWSRequestHeaders headers, String predictionJobId) throws DAValidateException, DAException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deleteJobin classAIApi- Throws:
DAValidateExceptionDAException
-
postMessageVirtualAssistant
public Map<String,Object> postMessageVirtualAssistant(AWSRequestHeaders headers, RequestJobParams queryParams, String body, String id) throws DAValidateException, DAException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
DAValidateExceptionDAException
-
postUserFeedback
public Map<String,Object> postUserFeedback(AWSRequestHeaders headers, RequestJobParams queryParams) throws DAValidateException, DAException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
DAValidateExceptionDAException
-
manageResult
protected Map<String,Object> manageResult(org.springframework.http.ResponseEntity<Map<String, Object>> res) throws DAValidateException, DAExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Throws:
DAValidateExceptionDAException
-