Skip to product menu
Skip to main content

.rating.visible()

This API would let you control the visibility of the rating option right after a chat session concludes.

PARAMETERS

show: Display the rating section.

hide: Hide the rating section.

Syntax

Copied$zoho.salesiq.rating.visible(" show | hide ");

Example

Copied<script>

$zoho.salesiq.ready=function()

{
   $zoho.salesiq.rating.visible("show");
}

</script>