(Update with the copy of version: 8.5.2) |
|||
Line 1: | Line 1: | ||
= Agent Namespace= | = Agent Namespace= | ||
+ | {{NoteFormat|The content on this page is no longer updated. To find the latest content, go to [https://all.docs.genesys.com/PEC-Developer/Current/SCAPI/AgentNamespace Agent namespace].}} | ||
__TOC__ | __TOC__ | ||
==Methods== | ==Methods== |
Latest revision as of 16:58, February 1, 2022
Agent Namespace
Important
The content on this page is no longer updated. To find the latest content, go to Agent namespace.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 |
|
Type Definitions
The agent namespace includes the following object types:
Agent
Description | Represents the JSON structure of the agent. | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type | Object | ||||||||||||||||||
Properties |
|
This page was last edited on February 1, 2022, at 16:58.
Comments or questions about this documentation? Contact us for support!