Class: Aws::QConnect::Types::QuickResponseDataProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::QuickResponseDataProvider
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Note:
QuickResponseDataProvider is a union - when making an API calls you must set exactly one of the members.
The container of quick response data.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[:content]
Instance Attribute Summary collapse
-
#content ⇒ String
The content of the quick response.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#content ⇒ String
The content of the quick response.
7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7681 class QuickResponseDataProvider < Struct.new( :content, :unknown) SENSITIVE = [:content] include Aws::Structure include Aws::Structure::Union class Content < QuickResponseDataProvider; end class Unknown < QuickResponseDataProvider; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
7681 7682 7683 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7681 def unknown @unknown end |