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.
9043 9044 9045 9046 9047 9048 9049 9050 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9043 class QuickResponseFilterField < Struct.new( :name, :values, :operator, :include_no_existence) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the attribute field to filter the quick responses by.
9043 9044 9045 9046 9047 9048 9049 9050 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9043 class QuickResponseFilterField < Struct.new( :name, :values, :operator, :include_no_existence) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator to use for filtering.
9043 9044 9045 9046 9047 9048 9049 9050 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9043 class QuickResponseFilterField < Struct.new( :name, :values, :operator, :include_no_existence) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values of attribute field to filter the quick response by.
9043 9044 9045 9046 9047 9048 9049 9050 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9043 class QuickResponseFilterField < Struct.new( :name, :values, :operator, :include_no_existence) SENSITIVE = [] include Aws::Structure end |