Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_update_routing_profile_name: Updates the name and description of a routing profile

Description

Updates the name and description of a routing profile. The request accepts the following data in JSON format. At least Name or Description must be provided.

Usage

connect_update_routing_profile_name(InstanceId, RoutingProfileId, Name,
  Description)

Value

An empty list.

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

RoutingProfileId

[required] The identifier of the routing profile.

Name

The name of the routing profile. Must not be more than 127 characters.

Description

The description of the routing profile. Must not be more than 250 characters.

Request syntax

svc$update_routing_profile_name(
  InstanceId = "string",
  RoutingProfileId = "string",
  Name = "string",
  Description = "string"
)