How does CSAT feedback flow work?
- Getting Started
- Bot Building
- Smart Agent Chat
- Conversation Design
-
Developer Guides
Code Step Integration Static Step Integration Shopify Integration SETU Integration Exotel Integration CIBIL integration Freshdesk KMS Integration PayU Integration Zendesk Guide Integration Twilio Integration Razorpay Integration LeadSquared Integration USU(Unymira) Integration Helo(VivaConnect) Integration Salesforce KMS Integration Stripe Integration PayPal Integration CleverTap Integration Fynd Integration HubSpot Integration Magento Integration WooCommerce Integration Microsoft Dynamics 365 Integration
- Deployment
- External Agent Tool Setup
- Analytics & Reporting
- Notifications
- Commerce Plus
- Troubleshooting Guides
- Release Notes
There is a flow in which this mechanism works, and it starts with the bot asking the user, "Was I able to help you?", and the answer to this would be either Yes or No.
If the user messages No, we take feedback as 1. The bot was not able to help so the rating is 1. Further, the bot tries to take qualitative feedback (comments) from the user, as shown.
Note:
- CSAT cares only about the percentage of Satisfied (Yes) ratings.
- After a user has clicked on "No" as an answer to "Was I able to help you?" it is evident that they are not satisfied with the bot's responses, so rather than annoying the user further by asking to rate on a scale of 1-5, if they have said No, we take it as a "non-satisfied user", and the rating could either be 1,2 or 3, but default 1 makes the most sense logically.
- Ideally, for a bot, if the user asked a question, to which the bot gave an answer and then for the bot’s question “Was I able to help you?” the user’s reply was “No”, then for the bot, it has failed which is why we take the rating as 1.
If the user messages Yes, the bot would ask the user That's good to know. On a scale of 1 to 5, how would you rate the overall experience?
For every rating, that the user gives, there is a response available with the bot, so as to maintain the flow for collecting the feedback.
Now, if the user gives a 4 or 5 rating, the bot would respond in the following way -
If the user gives a 3 rating, then the bot would respond as follows -
If the user gives a 1-2 rating, the bot would respond apologetically, and the flow would be as follows -
This is how the CSAT Feedback flow works.