.chat.messagehint()
This API lets you replace the default hint in chat message area. It can be viewed only after the chat is initiated.
Syntax
Copied$zoho.salesiq.chat.messagehint("<String>");
Example
Copied<script>
$zoho.salesiq.ready=function(embedinfo)
{
$zoho.salesiq.chat.messagehint("hello");
}
</script>