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.
8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8992 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
8992 8993 8994 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8992 def unknown @unknown end |