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

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



7857
7858
7859
7860
7861
7862
7863
7864
7865
# File 'lib/aws-sdk-qbusiness/types.rb', line 7857

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