Skip to contents

Retrieves the specified RCS agents or all RCS agents associated with your Amazon Web Services account.

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

Usage

pinpointsmsvoicev2_describe_rcs_agents(
  RcsAgentIds = NULL,
  Owner = NULL,
  Filters = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

RcsAgentIds

An array of unique identifiers for the RCS agents. This is an array of strings that can be either the RcsAgentId or RcsAgentArn.

Owner

Use SELF to filter the list of RCS agents to ones your account owns or use SHARED to filter on RCS agents shared with your account. The Owner and RcsAgentIds parameters can't be used at the same time.

Filters

An array of RcsAgentFilter objects to filter the results.

NextToken

The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

MaxResults

The maximum number of results to return per each request.