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.
7739 7740 7741 7742 7743 7744 7745 7746 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7739 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.
7739 7740 7741 7742 7743 7744 7745 7746 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7739 class QuickResponseFilterField < Struct.new( :include_no_existence, :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator to use for filtering.
7739 7740 7741 7742 7743 7744 7745 7746 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7739 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.
7739 7740 7741 7742 7743 7744 7745 7746 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7739 class QuickResponseFilterField < Struct.new( :include_no_existence, :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |