Class: Aws::ConnectWisdomService::Types::QuickResponseContents

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectwisdomservice/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.



2449
2450
2451
2452
2453
2454
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2449

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

#plain_textTypes::QuickResponseContentProvider

The container quick response content.



2449
2450
2451
2452
2453
2454
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2449

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