Class: Aws::ConnectWisdomService::Types::QuickResponseOrderField
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::QuickResponseOrderField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/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.
2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2687 class QuickResponseOrderField < Struct.new( :name, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order at which the quick responses are sorted by.
2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2687 class QuickResponseOrderField < Struct.new( :name, :order) SENSITIVE = [] include Aws::Structure end |