Class: Aws::QConnect::Types::QuickResponseContents
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::QuickResponseContents
- 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
-
#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.
7653 7654 7655 7656 7657 7658 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7653 class QuickResponseContents < Struct.new( :plain_text, :markdown) SENSITIVE = [] include Aws::Structure end |
#plain_text ⇒ Types::QuickResponseContentProvider
The container quick response content.
7653 7654 7655 7656 7657 7658 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7653 class QuickResponseContents < Struct.new( :plain_text, :markdown) SENSITIVE = [] include Aws::Structure end |