Class: Aws::Types::SearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::SearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_regions ⇒ ::Array[::String]
Returns the value of attribute active_regions.
-
#additional_time_range ⇒ Types::SearchContactsAdditionalTimeRange
Returns the value of attribute additional_time_range.
-
#agent_hierarchy_groups ⇒ Types::AgentHierarchyGroups
Returns the value of attribute agent_hierarchy_groups.
-
#agent_ids ⇒ ::Array[::String]
Returns the value of attribute agent_ids.
-
#ai_agents ⇒ Types::AiAgentsCriteria
Returns the value of attribute ai_agents.
-
#channels ⇒ ::Array[("VOICE" | "CHAT" | "TASK" | "EMAIL")]
Returns the value of attribute channels.
-
#contact_analysis ⇒ Types::ContactAnalysis
Returns the value of attribute contact_analysis.
-
#contact_tags ⇒ Types::ControlPlaneTagFilter
Returns the value of attribute contact_tags.
-
#initiation_methods ⇒ ::Array[("INBOUND" | "OUTBOUND" | "TRANSFER" | "QUEUE_TRANSFER" | "CALLBACK" | "API" | "DISCONNECT" | "MONITOR" | "EXTERNAL_OUTBOUND" | "WEBRTC_API" | "AGENT_REPLY" | "FLOW")]
Returns the value of attribute initiation_methods.
-
#name ⇒ Types::NameCriteria
Returns the value of attribute name.
-
#queue_ids ⇒ ::Array[::String]
Returns the value of attribute queue_ids.
-
#routing_criteria ⇒ Types::SearchableRoutingCriteria
Returns the value of attribute routing_criteria.
-
#searchable_contact_attributes ⇒ Types::SearchableContactAttributes
Returns the value of attribute searchable_contact_attributes.
-
#searchable_segment_attributes ⇒ Types::SearchableSegmentAttributes
Returns the value of attribute searchable_segment_attributes.
Instance Attribute Details
#active_regions ⇒ ::Array[::String]
Returns the value of attribute active_regions.
7026 7027 7028 |
# File 'sig/types.rbs', line 7026 def active_regions @active_regions end |
#additional_time_range ⇒ Types::SearchContactsAdditionalTimeRange
Returns the value of attribute additional_time_range.
7023 7024 7025 |
# File 'sig/types.rbs', line 7023 def additional_time_range @additional_time_range end |
#agent_hierarchy_groups ⇒ Types::AgentHierarchyGroups
Returns the value of attribute agent_hierarchy_groups.
7017 7018 7019 |
# File 'sig/types.rbs', line 7017 def agent_hierarchy_groups @agent_hierarchy_groups end |
#agent_ids ⇒ ::Array[::String]
Returns the value of attribute agent_ids.
7016 7017 7018 |
# File 'sig/types.rbs', line 7016 def agent_ids @agent_ids end |
#ai_agents ⇒ Types::AiAgentsCriteria
Returns the value of attribute ai_agents.
7028 7029 7030 |
# File 'sig/types.rbs', line 7028 def ai_agents @ai_agents end |
#channels ⇒ ::Array[("VOICE" | "CHAT" | "TASK" | "EMAIL")]
Returns the value of attribute channels.
7018 7019 7020 |
# File 'sig/types.rbs', line 7018 def channels @channels end |
#contact_analysis ⇒ Types::ContactAnalysis
Returns the value of attribute contact_analysis.
7019 7020 7021 |
# File 'sig/types.rbs', line 7019 def contact_analysis @contact_analysis end |
#contact_tags ⇒ Types::ControlPlaneTagFilter
Returns the value of attribute contact_tags.
7027 7028 7029 |
# File 'sig/types.rbs', line 7027 def @contact_tags end |
#initiation_methods ⇒ ::Array[("INBOUND" | "OUTBOUND" | "TRANSFER" | "QUEUE_TRANSFER" | "CALLBACK" | "API" | "DISCONNECT" | "MONITOR" | "EXTERNAL_OUTBOUND" | "WEBRTC_API" | "AGENT_REPLY" | "FLOW")]
Returns the value of attribute initiation_methods.
7020 7021 7022 |
# File 'sig/types.rbs', line 7020 def initiation_methods @initiation_methods end |
#name ⇒ Types::NameCriteria
Returns the value of attribute name.
7015 7016 7017 |
# File 'sig/types.rbs', line 7015 def name @name end |
#queue_ids ⇒ ::Array[::String]
Returns the value of attribute queue_ids.
7021 7022 7023 |
# File 'sig/types.rbs', line 7021 def queue_ids @queue_ids end |
#routing_criteria ⇒ Types::SearchableRoutingCriteria
Returns the value of attribute routing_criteria.
7022 7023 7024 |
# File 'sig/types.rbs', line 7022 def routing_criteria @routing_criteria end |
#searchable_contact_attributes ⇒ Types::SearchableContactAttributes
Returns the value of attribute searchable_contact_attributes.
7024 7025 7026 |
# File 'sig/types.rbs', line 7024 def searchable_contact_attributes @searchable_contact_attributes end |
#searchable_segment_attributes ⇒ Types::SearchableSegmentAttributes
Returns the value of attribute searchable_segment_attributes.
7025 7026 7027 |
# File 'sig/types.rbs', line 7025 def searchable_segment_attributes @searchable_segment_attributes end |