Class: Aws::LexRuntimeV2::Types::StartConversationRequestEventStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::LexRuntimeV2::Types::StartConversationRequestEventStream
- Defined in:
- lib/aws-sdk-lexruntimev2/types.rb
Overview
Represents a stream of events between your application and Amazon Lex V2.
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
1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 |
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 1763 def event_types [ :configuration_event, :audio_input_event, :dtmf_input_event, :text_input_event, :playback_completion_event, :disconnection_event ] end |