Class: Aws::QConnect::Types::MessageTemplateQueryField

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

Overview

The message template fields to query message templates by. The following is the list of supported field names:

  • name

  • description

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_fuzzinessBoolean

Whether the query expects only exact matches on the attribute field values. The results of the query will only include exact matches if this parameter is set to false.

Returns:

  • (Boolean)


6871
6872
6873
6874
6875
6876
6877
6878
6879
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6871

class MessageTemplateQueryField < Struct.new(
  :allow_fuzziness,
  :name,
  :operator,
  :priority,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the attribute to query the message templates by.

Returns:

  • (String)


6871
6872
6873
6874
6875
6876
6877
6878
6879
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6871

class MessageTemplateQueryField < Struct.new(
  :allow_fuzziness,
  :name,
  :operator,
  :priority,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

The operator to use for matching attribute field values in the query.

Returns:

  • (String)


6871
6872
6873
6874
6875
6876
6877
6878
6879
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6871

class MessageTemplateQueryField < Struct.new(
  :allow_fuzziness,
  :name,
  :operator,
  :priority,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#priorityString

The importance of the attribute field when calculating query result relevancy scores. The value set for this parameter affects the ordering of search results.

Returns:

  • (String)


6871
6872
6873
6874
6875
6876
6877
6878
6879
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6871

class MessageTemplateQueryField < Struct.new(
  :allow_fuzziness,
  :name,
  :operator,
  :priority,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The values of the attribute to query the message templates by.

Returns:

  • (Array<String>)


6871
6872
6873
6874
6875
6876
6877
6878
6879
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6871

class MessageTemplateQueryField < Struct.new(
  :allow_fuzziness,
  :name,
  :operator,
  :priority,
  :values)
  SENSITIVE = []
  include Aws::Structure
end