Class: Aws::QConnect::Types::QuickResponseOrderField
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::QuickResponseOrderField
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The quick response fields to order 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
-
#name ⇒ String
The name of the attribute to order the quick response query results by.
-
#order ⇒ String
The order at which the quick responses are sorted by.
Instance Attribute Details
#name ⇒ String
The name of the attribute to order the quick response query results by.
7891 7892 7893 7894 7895 7896 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7891 class QuickResponseOrderField < Struct.new( :name, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order at which the quick responses are sorted by.
7891 7892 7893 7894 7895 7896 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7891 class QuickResponseOrderField < Struct.new( :name, :order) SENSITIVE = [] include Aws::Structure end |