- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2023 10:50 AM
I need to know how many inbound and outbound messages have each interaction on virtual agent in order to calculate an average per interaction, totals and some data per service an so on, how can i achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-21-2023 06:42 PM - edited ā06-21-2023 06:48 PM
Hello Pedro,
You can look at the sys_cs_conversation table and open any record. In the related lists you will see the conversational messages tab which is what you are looking for.
You can group by conversation in list view as an example for your report as these are actually stored within the sys_cs_message table. Just in case you're looking for Utterances those you can look for in the interaction_log table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-21-2023 06:42 PM - edited ā06-21-2023 06:48 PM
Hello Pedro,
You can look at the sys_cs_conversation table and open any record. In the related lists you will see the conversational messages tab which is what you are looking for.
You can group by conversation in list view as an example for your report as these are actually stored within the sys_cs_message table. Just in case you're looking for Utterances those you can look for in the interaction_log table.