From Bright Pattern Documentation
Jump to: navigation, search
Tracy (talk | contribs)
No edit summary
Updated via BpDeleteTranslateTags script
 
Line 1: Line 1:
<translate>
 
= Overview =
= Overview =
The Embedded Agent Desktop SDK supports the following types of events.
The Embedded Agent Desktop SDK supports the following types of events.
Line 11: Line 11:


For more information about how these events are used, see the [[Embedded-agent-desktop-sdk-specification/Purpose |  Embedded Agent Desktop SDK Specification]].
For more information about how these events are used, see the [[Embedded-agent-desktop-sdk-specification/Purpose |  Embedded Agent Desktop SDK Specification]].
</translate>

Latest revision as of 04:02, 29 May 2024

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 about how these events are used, see the Embedded Agent Desktop SDK Specification.

< Previous | Next >