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 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 Agent ID.
Instance Attribute Details
#agent_ids ⇒ Array<String>
An object to specify a list of agents, by Agent ID.
409 410 411 412 413 |
# File 'lib/aws-sdk-connect/types.rb', line 409 class AgentsCriteria < Struct.new( :agent_ids) SENSITIVE = [] include Aws::Structure end |