I am currently working on setting up the Zendesk conversation bot to function effectively as a standalone virtual assistant.
Our goal is to eliminate customer interaction via live chats entirely and have the bot handle all initial queries. Here’s the desired behavior we aim to achieve:
- The bot introduces itself to the customer.
- The customer provides their query or prompt.
- The bot recommends an answer, either based on custom predefined answers or by suggesting relevant Help Centre articles.
- If the customer requires further assistance, they are prompted to leave a message.
- The chat session then terminates.
- The customer is prompted to leave a Customer Satisfaction (CSAT) rating.
Issues/Limitations:
We have encountered some limitations with the core functionality of the Zendesk conversation bot in achieving this setup. Specifically, for analytics and reporting purposes, it would be ideal for a support ticket to be created when a customer leaves a message. However, it appears that a support ticket is only generated when the customer is transferred to a live agent, which we are trying to avoid.
We identified a workaround where the customer is directed to a separate form on the Zendesk Help Centre. However, this solution is not ideal for a few reasons:
- The chat window remains active even after directing the customer to the form.
- Customers are unable to leave a CSAT rating through this process.
Has anyone had experience with a similar setup or found a fix/workaround for this issue using only the native conversation bot functionality within Zendesk? Any insight would be greatly appreciated.