.visitor.question()
This API would let you auto-fill a pre-defined question in the message boxes when the visitor tries to initiate a chat with the operators of your firm.
Syntax
Copied$zoho.salesiq.visitor.question(" < QUESTION > ");
Example
Copied<script>
$zoho.salesiq.ready=function()
{
$zoho.salesiq.visitor.question("Hey, I need assitance!");
}
</script>