Updates the configuration of an existing RCS agent
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_update_rcs_agent.RdUpdates the configuration of an existing RCS agent. You can update the opt-out list, deletion protection, two-way messaging settings, and self-managed opt-outs configuration.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_update_rcs_agent/ for full documentation.
Usage
pinpointsmsvoicev2_update_rcs_agent(
RcsAgentId,
DeletionProtectionEnabled = NULL,
OptOutListName = NULL,
SelfManagedOptOutsEnabled = NULL,
TwoWayChannelArn = NULL,
TwoWayChannelRole = NULL,
TwoWayEnabled = NULL
)Arguments
- RcsAgentId
[required] The unique identifier of the RCS agent to update. You can use either the RcsAgentId or RcsAgentArn.
- DeletionProtectionEnabled
By default this is set to false. When set to true the RCS agent can't be deleted.
- OptOutListName
The OptOutList to associate with the RCS agent. Valid values are either OptOutListName or OptOutListArn.
- SelfManagedOptOutsEnabled
By default this is set to false. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
- TwoWayChannelArn
The Amazon Resource Name (ARN) of the two way channel.
- TwoWayChannelRole
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
- TwoWayEnabled
By default this is set to false. When set to true you can receive incoming text messages from your end recipients.