Class: Aws::LexRuntimeV2::Types::StartConversationRequestEventStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::LexRuntimeV2::Types::StartConversationRequestEventStream
- Defined in:
- gems/aws-sdk-lexruntimev2/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
1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1761 def event_types [ :configuration_event, :audio_input_event, :dtmf_input_event, :text_input_event, :playback_completion_event, :disconnection_event ] end |