AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateRoutingProfile operation. Creates a new routing profile.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Connect.AmazonConnectRequest
      Amazon.Connect.Model.CreateRoutingProfileRequest

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class CreateRoutingProfileRequest : AmazonConnectRequest
         IAmazonWebServiceRequest

The CreateRoutingProfileRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AgentAvailabilityTimer Amazon.Connect.AgentAvailabilityTimer

Gets and sets the property AgentAvailabilityTimer.

Whether agents with this routing profile will have their routing order calculated based on longest idle time or time since their last inbound contact.

Public Property DefaultOutboundQueueId System.String

Gets and sets the property DefaultOutboundQueueId.

The default outbound queue for the routing profile.

Public Property Description System.String

Gets and sets the property Description.

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

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Public Property MediaConcurrencies System.Collections.Generic.List<Amazon.Connect.Model.MediaConcurrency>

Gets and sets the property MediaConcurrencies.

The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.

Public Property Name System.String

Gets and sets the property Name.

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

Public Property QueueConfigs System.Collections.Generic.List<Amazon.Connect.Model.RoutingProfileQueueConfig>

Gets and sets the property QueueConfigs.

The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.

The limit of 10 array members applies to the maximum number of RoutingProfileQueueConfig objects that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50 queues per routing profile per instance that is listed in Amazon Connect service quotas.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5