Bots
FAQ - Bots
What are bots? Bots are the conversational assistants you build, to serve as the conversational interface of your application. Every bot can configured with a set of conversational abilities. Can I make changes to a deployed bot without affecting it? ...
Usage stats
When a bot receives an input message, it either invokes the action or fails to understand the message. The initiated action might have been stopped by the user in the middle of the conversation or failed due to some technical issues. Usage Stats ...
Fallback Function
When a bot receives an input message that it couldn't understand, it would reply with a "Sorry, I can't understand" message. If you wish to customize this default response message to give a reply of your own, you can customize that with Fallback ...
Creating a bot
Follow the below steps to create a new bot in Zia. In Zia Skills Platform's landing page, click the CREATE BOT button at the top right corner. In the Create New Bot page, provide a name for the bot. Add a meaningful description and an image for the ...
Bots
Bots are the conversational assistants you build, to serve as the conversational interface of your application. Technically, bots are your own instances of Zia, intact with its natural language understanding and conversational abilities. You can ...
Deploying to production
Any changes made to a bot or its underlying actions would only be saved as a draft in the development environment (which is provided to make the required changes on the bot and test) and these changes will not be available on the bot in production. ...