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.
8077 8078 8079 8080 8081 8082 8083 8084 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8077 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.
8077 8078 8079 8080 8081 8082 8083 8084 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8077 class QuickResponseFilterField < Struct.new( :name, :values, :operator, :include_no_existence) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator to use for filtering.
8077 8078 8079 8080 8081 8082 8083 8084 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8077 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.
8077 8078 8079 8080 8081 8082 8083 8084 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8077 class QuickResponseFilterField < Struct.new( :name, :values, :operator, :include_no_existence) SENSITIVE = [] include Aws::Structure end |