.completeChatAction()

This API allows you to mark a chat action that is in progress as completed. This API takes an action's unique ID as a parameter.

Note:
This API must be called to mark an action as completed before the timeout period. If it is not called within the timeout period, an action is considered as timed out. If you wish to show a message on completion, use the completeChatActionWithMessage API.

Example

CopiedZohoSalesIQ.completeChatAction("1001");