Class: Aws::ConnectWisdomService::Types::UpdateQuickResponseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::UpdateQuickResponseResponse
- 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.
3904 3905 3906 3907 3908 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3904 class UpdateQuickResponseResponse < Struct.new( :quick_response) SENSITIVE = [] include Aws::Structure end |