How to end the conversation?
- 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
While designing a bot, it is extremely important to design the end of your conversation. After all, how you end a conversation dictates whether a person would be interested in talking to you again. A good end to a first date is more likely to lead to a second one.
In the same vein, your bot must never end a conversation abruptly. Use the end of any conversation, successful or otherwise, to re-engage the user in some way.
Techniques to end a conversation gracefully and usefully —
-
Encourage users to continue using the bot.To do this, we recommend showcasing the other capabilities of the bot —
- Give the user a custom set of options based on their previous selection
- Teach users about where to find the Menu.
Here’s how you can do this for Web SDK bots:Here’s how you can do it for WhatsApp bots:
Type 0 to go to the main menu or enter your query below! - Ask users whether they need more help. Here’s a sample flow.
Is there anything else I can help you with? The possible answers could be Yes and No.
If Yes, show the menu.
If No, end your conversation gracefully.
- Give the user a custom set of options based on their previous selection
-
Say bye gracefully
- Remind them and encourage them to visit
Happy to help! I will be around whenever you need me. - Tell them how to start chatting the next time
Thank you for contacting us. I will be around whenever you need me. Say “Hi” to start chatting!
- Remind them and encourage them to visit
-
Collect feedback
Using your IVA as a source of feedback is crucial to make it a long-term success. Keep listening to what your end users want from your bot and analyze the results frequently.
Here are three simple ways you can incorporate feedback collection into your user journey:- For the bot
- Ask Did that resolve your query? and consider shifting the conversation to a human agent if the user is unhappy.
- Use Haptik’s built-in feedback mechanism to trigger feedback at the end of a conversation. You can use the {feedback} command to embed this in your message and can customize the message copy!
- For individual bot replies
Use Haptik’s per-user message feedback mechanism. You can read more about it here. - For the brand
It is important to note that brand feedback, i.e. feedback for your product and company’s offerings is different from feedback for your bot. As long as this distinction is made clear to your end-user, you may collect brand-level feedback on your bot using a link. Whatever you do, strike a balance.
- For the bot