Class: Aws::Connect::Types::AgentsCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AgentsCriteria
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Can be used to define a list of preferred agents to target the contact to within the queue. Note that agents must have the queue in their routing profile in order to be offered the contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_ids ⇒ Array<String>
An object to specify a list of agents, by user ID.
Instance Attribute Details
#agent_ids ⇒ Array<String>
An object to specify a list of agents, by user ID.
490 491 492 493 494 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 490 class AgentsCriteria < Struct.new( :agent_ids) SENSITIVE = [] include Aws::Structure end |