Class: Aws::ConnectWisdomService::Types::CreateQuickResponseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::CreateQuickResponseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quick_response ⇒ Types::QuickResponseData
The quick response.
Instance Attribute Details
#quick_response ⇒ Types::QuickResponseData
The quick response.
1044 1045 1046 1047 1048 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1044 class CreateQuickResponseResponse < Struct.new( :quick_response) SENSITIVE = [] include Aws::Structure end |