Class Index
java.lang.Object
com.ringcentral.paths.ai.insights.v1.async.analyzeinteraction.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(InteractionInput interactionInput) post
(InteractionInput interactionInput, CaiAnalyzeInteractionParameters queryParams) Returns multiple insights including summaries, emotion, key phrases, questions asked, and more in a single API call.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public CaiAsyncApiResponse post(InteractionInput interactionInput, CaiAnalyzeInteractionParameters queryParams) throws RestException, IOException Returns multiple insights including summaries, emotion, key phrases, questions asked, and more in a single API call.HTTP Method: post Endpoint: /ai/insights/v1/async/analyze-interaction Rate Limit Group: Heavy App Permission: AI
- Throws:
RestException
IOException
-
post
public CaiAsyncApiResponse post(InteractionInput interactionInput) throws RestException, IOException - Throws:
RestException
IOException
-