Class: Aws::QBusiness::Types::ChatOutputStream

Inherits:
Enumerator
  • Object
show all
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_typesObject



6232
6233
6234
6235
6236
6237
6238
6239
6240
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6232

def event_types
  [
    :text_event,
    :metadata_event,
    :action_review_event,
    :failed_attachment_event,
    :auth_challenge_request_event
  ]
end