Class: Aws::QBusiness::Types::ChatOutputStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::QBusiness::Types::ChatOutputStream
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
The streaming output for the Chat
API.
EventStream is an Enumerator of Events. #event_types #=> Array, returns all modeled event types in the stream
Instance Method Summary collapse
Instance Method Details
#event_types ⇒ Object
9541 9542 9543 9544 9545 9546 9547 9548 9549 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9541 def event_types [ :text_event, :metadata_event, :action_review_event, :failed_attachment_event, :auth_challenge_request_event ] end |