ChatActions.register()

This API allows you to register the name of the actions that are needed to be displayed in the SDK. Only upon registering, actions will be displayed in the SDK.

Note:
It is mandatory to register custom actions that are used in the bot script. If an action is not registered, it cannot be used.

Example:

CopiedZohoSalesIQ.ChatActions.register("bookTicketAction");