.registerChatAction()
This API allows you to register any custom action that you have created
Note:
It is mandatory to register any custom actions that are used in the bot script. If an action is not registered, it cannot be used within chat.
Usage
CopiedZohoSalesIQ.registerChatAction(String actionName);Example
CopiedZohoSalesIQ.registerChatAction("bookTicketAction");