.Chat.startChat()

Note: This API was deprecated in version 9.1.0. Use ZohoSalesIQ.Chat.start() instead.

This API lets you configure a pre-defined question that will automatically be sent out to the operators of your firm when the visitor clicks on the chat widget to initiate a chat.

Syntax:

CopiedZohoSalesIQ.Chat.startChat(question: String?)

Example

CopiedZohoSalesIQ.Chat.startChat(question: "Hello, I need assistance.")