Class: Aws::ConnectWisdomService::Types::GetQuickResponseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetQuickResponseResponse
- 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.
1524 1525 1526 1527 1528 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1524 class GetQuickResponseResponse < Struct.new( :quick_response) SENSITIVE = [] include Aws::Structure end |