Class: Aws::Connect::Types::SearchCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchCriteria
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A structure of search criteria to be used to return contacts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_hierarchy_groups ⇒ Types::AgentHierarchyGroups
The agent hierarchy groups of the agent at the time of handling the contact.
-
#agent_ids ⇒ Array<String>
The identifiers of agents who handled the contacts.
-
#channels ⇒ Array<String>
The list of channels associated with contacts.
-
#contact_analysis ⇒ Types::ContactAnalysis
Search criteria based on analysis outputs from Amazon Connect Contact Lens.
-
#initiation_methods ⇒ Array<String>
The list of initiation methods associated with contacts.
-
#queue_ids ⇒ Array<String>
The list of queue IDs associated with contacts.
-
#searchable_contact_attributes ⇒ Types::SearchableContactAttributes
The search criteria based on user-defined contact attributes that have been configured for contact search.
-
#searchable_segment_attributes ⇒ Types::SearchableSegmentAttributes
The search criteria based on searchable segment attributes of a contact.
Instance Attribute Details
#agent_hierarchy_groups ⇒ Types::AgentHierarchyGroups
The agent hierarchy groups of the agent at the time of handling the contact.
19710 19711 19712 19713 19714 19715 19716 19717 19718 19719 19720 19721 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19710 class SearchCriteria < Struct.new( :agent_ids, :agent_hierarchy_groups, :channels, :contact_analysis, :initiation_methods, :queue_ids, :searchable_contact_attributes, :searchable_segment_attributes) SENSITIVE = [] include Aws::Structure end |
#agent_ids ⇒ Array<String>
The identifiers of agents who handled the contacts.
19710 19711 19712 19713 19714 19715 19716 19717 19718 19719 19720 19721 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19710 class SearchCriteria < Struct.new( :agent_ids, :agent_hierarchy_groups, :channels, :contact_analysis, :initiation_methods, :queue_ids, :searchable_contact_attributes, :searchable_segment_attributes) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
The list of channels associated with contacts.
19710 19711 19712 19713 19714 19715 19716 19717 19718 19719 19720 19721 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19710 class SearchCriteria < Struct.new( :agent_ids, :agent_hierarchy_groups, :channels, :contact_analysis, :initiation_methods, :queue_ids, :searchable_contact_attributes, :searchable_segment_attributes) SENSITIVE = [] include Aws::Structure end |
#contact_analysis ⇒ Types::ContactAnalysis
Search criteria based on analysis outputs from Amazon Connect Contact Lens.
19710 19711 19712 19713 19714 19715 19716 19717 19718 19719 19720 19721 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19710 class SearchCriteria < Struct.new( :agent_ids, :agent_hierarchy_groups, :channels, :contact_analysis, :initiation_methods, :queue_ids, :searchable_contact_attributes, :searchable_segment_attributes) SENSITIVE = [] include Aws::Structure end |
#initiation_methods ⇒ Array<String>
The list of initiation methods associated with contacts.
19710 19711 19712 19713 19714 19715 19716 19717 19718 19719 19720 19721 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19710 class SearchCriteria < Struct.new( :agent_ids, :agent_hierarchy_groups, :channels, :contact_analysis, :initiation_methods, :queue_ids, :searchable_contact_attributes, :searchable_segment_attributes) SENSITIVE = [] include Aws::Structure end |
#queue_ids ⇒ Array<String>
The list of queue IDs associated with contacts.
19710 19711 19712 19713 19714 19715 19716 19717 19718 19719 19720 19721 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19710 class SearchCriteria < Struct.new( :agent_ids, :agent_hierarchy_groups, :channels, :contact_analysis, :initiation_methods, :queue_ids, :searchable_contact_attributes, :searchable_segment_attributes) SENSITIVE = [] include Aws::Structure end |
#searchable_contact_attributes ⇒ Types::SearchableContactAttributes
The search criteria based on user-defined contact attributes that have been configured for contact search. For more information, see Search by custom contact attributes in the Amazon Connect Administrator Guide.
To use SearchableContactAttributes
in a search request, the
GetContactAttributes
action is required to perform an API request.
For more information, see
https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissionsActions
defined by Amazon Connect.
19710 19711 19712 19713 19714 19715 19716 19717 19718 19719 19720 19721 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19710 class SearchCriteria < Struct.new( :agent_ids, :agent_hierarchy_groups, :channels, :contact_analysis, :initiation_methods, :queue_ids, :searchable_contact_attributes, :searchable_segment_attributes) SENSITIVE = [] include Aws::Structure end |
#searchable_segment_attributes ⇒ Types::SearchableSegmentAttributes
The search criteria based on searchable segment attributes of a contact.
19710 19711 19712 19713 19714 19715 19716 19717 19718 19719 19720 19721 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19710 class SearchCriteria < Struct.new( :agent_ids, :agent_hierarchy_groups, :channels, :contact_analysis, :initiation_methods, :queue_ids, :searchable_contact_attributes, :searchable_segment_attributes) SENSITIVE = [] include Aws::Structure end |