Examples
Get negative feedback
Group Implicit Negative feedback by problem
To get the negative implicit feedback you can use the get-interaction-aggregates endpoint, grouping by type_of_problem
In order to retrieve the interactions affected by a specific problem you can use the get-interactions endpoint:
We can then add the details for each interaction (like the message explaining the problem in details) using the get-interaction-details endpoint.
Group Implicit Negative feedback by intent
To group the implicit negative feedback by intent, we just need to get from the get-interaction-aggregates the intents, filtering them by negative_implicit_feedback.
You can then retrieve the negative interactions for an intent using the get-interactions endpoint and filtering by the intent and negative_implicit_feedback.