Why does the bot send a Bot Break message at the time of Agent Handover?
- 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
If you have deployed a bot on any channel, where you have added your agents for handling user queries. It might happen that when a user requests to chat with an agent the bot hands over the chat to an agent, but along with that, it also sends a Bot Break message.
Here, ideally, the bot should have connected to an agent along with a response - " Please allow me a minute to connect you to our customer service team."
In this case, you should check the conversation_details variable of your Code Step, and make sure that string values are being passed in it. There should not be any null or integer values in the conversation_details variable, in order to avoid Bot Break messages being sent by the bot.