Class: Aws::QBusiness::Types::ChatInputStream

Inherits:
Enumerator
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

The streaming input 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



6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6210

def event_types
  [
    :configuration_event,
    :text_event,
    :attachment_event,
    :action_execution_event,
    :end_of_input_event,
    :auth_challenge_response_event
  ]
end