Class: Aws::ConnectWisdomService::Types::QuickResponseContents
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::QuickResponseContents
- 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
-
#markdown ⇒ Types::QuickResponseContentProvider
The container quick response content.
-
#plain_text ⇒ Types::QuickResponseContentProvider
The container quick response content.
Instance Attribute Details
#markdown ⇒ Types::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_text ⇒ Types::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 |