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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



20671
20672
20673
20674
20675
20676
# File 'lib/aws-sdk-connect/types.rb', line 20671

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)


20671
20672
20673
20674
20675
20676
# File 'lib/aws-sdk-connect/types.rb', line 20671

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