Class: Aws::QConnect::Types::QuickResponseContents

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

The content of the quick response stored in different media types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markdownTypes::QuickResponseContentProvider

The container quick response content.



8854
8855
8856
8857
8858
8859
# File 'lib/aws-sdk-qconnect/types.rb', line 8854

class QuickResponseContents < Struct.new(
  :plain_text,
  :markdown)
  SENSITIVE = []
  include Aws::Structure
end

#plain_textTypes::QuickResponseContentProvider

The container quick response content.



8854
8855
8856
8857
8858
8859
# File 'lib/aws-sdk-qconnect/types.rb', line 8854

class QuickResponseContents < Struct.new(
  :plain_text,
  :markdown)
  SENSITIVE = []
  include Aws::Structure
end