Class: Aws::Connect::Types::SearchableAgentCriteriaStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchableAgentCriteriaStep
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The agent criteria to search for preferred agents on the routing criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_ids ⇒ Array<String>
The identifiers of agents used in preferred agents matching.
-
#match_type ⇒ String
The match type combining multiple agent criteria steps.
Instance Attribute Details
#agent_ids ⇒ Array<String>
The identifiers of agents used in preferred agents matching.
28032 28033 28034 28035 28036 28037 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28032 class SearchableAgentCriteriaStep < Struct.new( :agent_ids, :match_type) SENSITIVE = [] include Aws::Structure end |
#match_type ⇒ String
The match type combining multiple agent criteria steps.
28032 28033 28034 28035 28036 28037 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28032 class SearchableAgentCriteriaStep < Struct.new( :agent_ids, :match_type) SENSITIVE = [] include Aws::Structure end |