From Bright Pattern Documentation
< 5.19:Embedded-agent-desktop-api-specification‎ | Events
Revision as of 20:22, 25 March 2019 by Tracy (talk | contribs) (Created page with "<translate> = Overview = The Embedded Agent Desktop SDK supports the following types of events. '''Agent Login''' events, such as ''onAgentLogin(callback)'', are used for sho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.3 • 5.8

<translate>

Overview

The Embedded Agent Desktop SDK supports the following types of events.

Agent Login events, such as onAgentLogin(callback), are used for showing whether an agent is logged in or out of Agent Desktop.

Agent Status events, such as onStatusChange(callback), are used for retrieving an agent's state and reason.

Call Flow events, such as addInteractionRenderedHandler(callback) and addInteractionCompletedHandler(callback), are used for getting information about active interactions and completed interactions.

For more information, see General Information about the Out-page JS API.


</translate>

< Previous | Next >