Jump to: navigation, search
(Created target blank page For Version: PSAAS:Julie)
 
(Automated save: adding PEC_Migrated template.)
 
Line 1: Line 1:
<!-- Creation of the target page -->
+
= Agent namespace=
 +
 
 +
{{Template:PEC_Migrated}}
 +
 
 +
 
 +
__TOC__
 +
==Methods==
 +
The Agent namespace includes the following methods:
 +
* [[AgentNamespace#get|get]]
 +
* [[AgentNamespace#getState|getState]]
 +
* [[AgentNamespace#getStateList|getStateList]]
 +
* [[AgentNamespace#setState|setState]]
 +
 
 +
===get===
 +
{|
 +
! Signature
 +
| <static> get() → {[[AgentNamespace#Agent|agent.Agent]]}
 +
|-
 +
! Description
 +
| Gets the agent's attributes.
 +
|-
 +
! Returns
 +
| [[AgentNamespace#Agent|agent.Agent]]
 +
|}
 +
 
 +
===getState===
 +
{|
 +
! Signature
 +
| <static> getState() → {[[MediaNamespace#State|media.State]]}
 +
|-
 +
! Description
 +
| Gets the agent's state.
 +
|-
 +
! Returns
 +
| [[MediaNamespace#State|media.State]]
 +
|}
 +
 
 +
===getStateList===
 +
{|
 +
! Signature
 +
| <static> getStateList() → {Array.<[[MediaNamespace#State|media.State]]>}
 +
|-
 +
! Description
 +
| Gets the list of possible agent states.
 +
|-
 +
! Returns
 +
| Array.<[[MediaNamespace#State|media.State]]>
 +
|}
 +
 
 +
===setState===
 +
{|
 +
! Signature
 +
| <static> setState(''stateOperationName'')
 +
|-
 +
! Description
 +
| Sets the agent's state.
 +
|-
 +
! Parameters
 +
|
 +
{|
 +
! Name
 +
! Type
 +
! Description
 +
|-
 +
| stateOperationName
 +
| string
 +
| An <tt>operationName</tt> from the agent states list. See [[MediaNamespace#State|State]].
 +
|}
 +
|}
 +
 
 +
==Type Definitions==
 +
The agent namespace includes the following object types:
 +
* [[AgentNamespace#Agent|Agent]]
 +
 
 +
===Agent===
 +
{|
 +
! Description
 +
| Represents the JSON structure of the agent.
 +
|-
 +
! Type
 +
| Object
 +
|-
 +
! Properties
 +
|
 +
{|
 +
! Name
 +
! Type
 +
! Description
 +
|-
 +
| employeeId
 +
| string
 +
| The agent's unique identifier used for routing purposes.
 +
|-
 +
| firstname
 +
| string
 +
| The agent's first name.
 +
|-
 +
| lastname
 +
| string
 +
| The agent's last name.
 +
|-
 +
| username
 +
| string
 +
| The agent's username. This is a global unique ID.
 +
|}
 +
|}
 +
 
 +
 
 +
[[Category:V:PSAAS:Julie]]

Latest revision as of 22:24, June 21, 2020

Agent namespace

Important
This content may not be the latest Genesys Engage cloud content. To find the latest content, go to Genesys Engage cloud for Administrators.


Methods

The Agent namespace includes the following methods:

get

Signature <static> get() → {agent.Agent}
Description Gets the agent's attributes.
Returns agent.Agent

getState

Signature <static> getState() → {media.State}
Description Gets the agent's state.
Returns media.State

getStateList

Signature <static> getStateList() → {Array.<media.State>}
Description Gets the list of possible agent states.
Returns Array.<media.State>

setState

Signature <static> setState(stateOperationName)
Description Sets the agent's state.
Parameters
Name Type Description
stateOperationName string An operationName from the agent states list. See State.

Type Definitions

The agent namespace includes the following object types:

Agent

Description Represents the JSON structure of the agent.
Type Object
Properties
Name Type Description
employeeId string The agent's unique identifier used for routing purposes.
firstname string The agent's first name.
lastname string The agent's last name.
username string The agent's username. This is a global unique ID.
This page was last edited on June 21, 2020, at 22:24.
Comments or questions about this documentation? Contact us for support!