class Aws::LexRuntimeV2::Types::StartConversationResponseEventStream

Represents a stream of events between Amazon Lex V2 and your application.

EventStream is an Enumerator of Events.

#event_types #=> Array, returns all modeled event types in the stream

@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/StartConversationResponseEventStream AWS API Documentation

Public Instance Methods

event_types() click to toggle source
# File lib/aws-sdk-lexruntimev2/types.rb, line 2137
def event_types
  [
    :playback_interruption_event,
    :transcript_event,
    :intent_result_event,
    :text_response_event,
    :audio_response_event,
    :heartbeat_event,
    :access_denied_exception,
    :resource_not_found_exception,
    :validation_exception,
    :throttling_exception,
    :internal_server_exception,
    :conflict_exception,
    :dependency_failed_exception,
    :bad_gateway_exception
  ]
end