Update Agent Status
| connect_update_agent_status | R Documentation |
Updates agent status¶
Description¶
Updates agent status.
Usage¶
connect_update_agent_status(InstanceId, AgentStatusId, Name,
Description, State, DisplayOrder, ResetOrderNumber)
Arguments¶
InstanceId |
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
AgentStatusId |
[required] The identifier of the agent status. |
Name |
The name of the agent status. |
Description |
The description of the agent status. |
State |
The state of the agent status. |
DisplayOrder |
The display order of the agent status. |
ResetOrderNumber |
A number indicating the reset order of the agent status. |
Value¶
An empty list.
Request syntax¶
svc$update_agent_status(
InstanceId = "string",
AgentStatusId = "string",
Name = "string",
Description = "string",
State = "ENABLED"|"DISABLED",
DisplayOrder = 123,
ResetOrderNumber = TRUE|FALSE
)