Class: Aws::Connect::Types::AgentsCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AgentsCriteria
- Includes:
- Structure
- Defined in:
- 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.
494 495 496 497 498 |
# File 'lib/aws-sdk-connect/types.rb', line 494 class AgentsCriteria < Struct.new( :agent_ids) SENSITIVE = [] include Aws::Structure end |