Talk API

The Web Widget (Classic) includes a Talk component that lets users talk to an agent. The component is represented by the talk object of webWidget.

Talk Component Example

Settings

The talk object has the following settings:

Example

<script type="text/javascript">  window.zESettings = {    webWidget: {      talk: {        nickname: 'Sales Support',        suppress: false,        title: {          '*': 'Talk with us!'        }      }    }  };</script>