View source: R/connect_operations.R
connect_update_traffic_distribution | R Documentation |
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.
connect_update_traffic_distribution(
Id,
TelephonyConfig = NULL,
SignInConfig = NULL,
AgentConfig = NULL
)
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 that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s). |
AgentConfig |
The distribution of agents between the instance and its replica(s). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.