Class: Aws::Connect::Types::SearchableSegmentAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

The search criteria based on searchable segment attributes of a contact

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#criteriaArray<Types::SearchableSegmentAttributesCriteria>

The list of criteria based on searchable segment attributes.



20633
20634
20635
20636
20637
20638
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20633

class SearchableSegmentAttributes < Struct.new(
  :criteria,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end

#match_typeString

The match type combining search criteria using multiple searchable segment attributes.

Returns:

  • (String)


20633
20634
20635
20636
20637
20638
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20633

class SearchableSegmentAttributes < Struct.new(
  :criteria,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end