connect_update_agent_status: This API is in preview release for Amazon Connect and is...

View source: R/connect_operations.R

connect_update_agent_statusR Documentation

This API is in preview release for Amazon Connect and is subject to change

Description

This API is in preview release for Amazon Connect and is subject to change.

See https://www.paws-r-sdk.com/docs/connect_update_agent_status/ for full documentation.

Usage

connect_update_agent_status(
  InstanceId,
  AgentStatusId,
  Name = NULL,
  Description = NULL,
  State = NULL,
  DisplayOrder = NULL,
  ResetOrderNumber = NULL
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect 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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.