.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.
Syntax
CopiedZohoSalesIQ.registerChatAction(actionName: string)Example
CopiedZohoSalesIQ.registerChatAction("bookTicketAction");