Retrieves the per-country launch status of an RCS agent, including carrier-level details for each country
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_describe_rcs_agent_country_launch_status.RdRetrieves the per-country launch status of an RCS agent, including carrier-level details for each country.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_describe_rcs_agent_country_launch_status/ for full documentation.
Usage
pinpointsmsvoicev2_describe_rcs_agent_country_launch_status(
RcsAgentId,
IsoCountryCodes = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- RcsAgentId
[required] The unique identifier of the RCS agent. You can use either the RcsAgentId or RcsAgentArn.
- IsoCountryCodes
An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, to filter the results.
- Filters
An array of CountryLaunchStatusFilter objects to filter the results.
- MaxResults
The maximum number of results to return per each request.
- 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.