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.
| 7888 7889 7890 7891 7892 7893 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7888 class QuickResponseContents < Struct.new( :plain_text, :markdown) SENSITIVE = [] include Aws::Structure end | 
#plain_text ⇒ Types::QuickResponseContentProvider
The container quick response content.
| 7888 7889 7890 7891 7892 7893 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7888 class QuickResponseContents < Struct.new( :plain_text, :markdown) SENSITIVE = [] include Aws::Structure end |