You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Connect::Types::RoutingProfileQueueReference

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RoutingProfileQueueReference as input to an Aws::Client method, you can use a vanilla Hash:

{
  queue_id: "QueueId", # required
  channel: "VOICE", # required, accepts VOICE, CHAT
}

Contains the channel and queue identifier for a routing profile.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

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

Possible values:

  • VOICE
  • CHAT

Returns:

  • (String)

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

#queue_idString

The identifier of the queue.

Returns:

  • (String)

    The identifier of the queue.