connect_update_traffic_distribution: Updates the traffic distribution for a given traffic...

View source: R/connect_operations.R

connect_update_traffic_distributionR Documentation

Updates the traffic distribution for a given traffic distribution group

Description

Updates the traffic distribution for a given traffic distribution group.

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

Usage

connect_update_traffic_distribution(
  Id,
  TelephonyConfig = NULL,
  SignInConfig = NULL,
  AgentConfig = NULL
)

Arguments

Id

[required] The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.

TelephonyConfig

The distribution of traffic between the instance and its replica(s).

SignInConfig

The distribution of allowing signing in to the instance and its replica(s).

AgentConfig

The distribution of agents between the instance and its replica(s).


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