Class: Aws::Connect::Types::RoutingProfileQueueConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains information about the queue and channel for which priority and delay can be set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delayInteger

The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.

Returns:

  • (Integer)


15194
15195
15196
15197
15198
15199
15200
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15194

class RoutingProfileQueueConfig < Struct.new(
  :queue_reference,
  :priority,
  :delay)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.

Returns:

  • (Integer)


15194
15195
15196
15197
15198
15199
15200
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15194

class RoutingProfileQueueConfig < Struct.new(
  :queue_reference,
  :priority,
  :delay)
  SENSITIVE = []
  include Aws::Structure
end

#queue_referenceTypes::RoutingProfileQueueReference

Contains information about a queue resource.



15194
15195
15196
15197
15198
15199
15200
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15194

class RoutingProfileQueueConfig < Struct.new(
  :queue_reference,
  :priority,
  :delay)
  SENSITIVE = []
  include Aws::Structure
end