Class: Aws::QBusiness::Types::ChatOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ChatOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_stream ⇒ Types::ChatOutputStream
The streaming output for the ‘Chat` API.
Instance Attribute Details
#output_stream ⇒ Types::ChatOutputStream
The streaming output for the ‘Chat` API.
1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1356 class ChatOutput < Struct.new( :output_stream) SENSITIVE = [] include Aws::Structure end |