Class: Aws::QConnect::Types::QuickResponseOrderField

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the attribute to order the quick response query results by.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3022

class QuickResponseOrderField < Struct.new(
  :name,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#orderString

The order at which the quick responses are sorted by.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3022

class QuickResponseOrderField < Struct.new(
  :name,
  :order)
  SENSITIVE = []
  include Aws::Structure
end