Class: Aws::QConnect::Types::QuickResponseFilterField
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::QuickResponseFilterField
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The quick response fields to filter the quick response query results by.
The following is the list of supported field names.
name
description
shortcutKey
isActive
channels
language
contentType
createdTime
lastModifiedTime
lastModifiedBy
groupingConfiguration.criteria
groupingConfiguration.values
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_no_existence ⇒ Boolean
Whether to treat null value as a match for the attribute field.
-
#name ⇒ String
The name of the attribute field to filter the quick responses by.
-
#operator ⇒ String
The operator to use for filtering.
-
#values ⇒ Array<String>
The values of attribute field to filter the quick response by.
Instance Attribute Details
#include_no_existence ⇒ Boolean
Whether to treat null value as a match for the attribute field.
6476 6477 6478 6479 6480 6481 6482 6483 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6476 class QuickResponseFilterField < Struct.new( :include_no_existence, :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the attribute field to filter the quick responses by.
6476 6477 6478 6479 6480 6481 6482 6483 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6476 class QuickResponseFilterField < Struct.new( :include_no_existence, :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator to use for filtering.
6476 6477 6478 6479 6480 6481 6482 6483 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6476 class QuickResponseFilterField < Struct.new( :include_no_existence, :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values of attribute field to filter the quick response by.
6476 6477 6478 6479 6480 6481 6482 6483 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6476 class QuickResponseFilterField < Struct.new( :include_no_existence, :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |