There should be way for providing List of Document for analyzeSentiment instead of single Document #11371
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I am trying to get the Sentiment for the conversation between Agent and Customer on sentence level using Google Cloud Natural Language API.
But observation is, i have to call API for each sentence Is there any way to get the sentiment for List of Document And after Successfull Sentiment i am able to map that sentiment to each sentence.
Here is the snniped code which i tried for sentiment analysis
There is no way to give List of Document
The text was updated successfully, but these errors were encountered: