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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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.



2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2786

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

#plain_textTypes::QuickResponseContentProvider

The container quick response content.



2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2786

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