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
8423 8424 8425 8426 8427 8428 8429 8430 8431 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 8423 def event_types [ :text_event, :metadata_event, :action_review_event, :failed_attachment_event, :auth_challenge_request_event ] end |