Interface StartConversationRequestEventStream
- All Known Implementing Classes:
 AudioInputEvent,ConfigurationEvent,DefaultAudioInputEvent,DefaultConfigurationEvent,DefaultDisconnectionEvent,DefaultDTMFInputEvent,DefaultPlaybackCompletionEvent,DefaultTextInputEvent,DisconnectionEvent,DTMFInputEvent,PlaybackCompletionEvent,TextInputEvent
Base interface for all event types in StartConversationRequestEventStream.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forStartConversationRequestEventStream. - 
Method Summary
Modifier and TypeMethodDescriptionstatic AudioInputEvent.BuilderCreate a builder for theAudioInputEventevent type for this stream.static ConfigurationEvent.BuilderCreate a builder for theConfigurationEventevent type for this stream.static DisconnectionEvent.BuilderCreate a builder for theDisconnectionEventevent type for this stream.static DTMFInputEvent.BuilderCreate a builder for theDTMFInputEventevent type for this stream.Create a builder for thePlaybackCompletionEventevent type for this stream.The type of this event.static TextInputEvent.BuilderCreate a builder for theTextInputEventevent type for this stream. 
- 
Method Details
- 
configurationEventBuilder
Create a builder for theConfigurationEventevent type for this stream. - 
audioInputEventBuilder
Create a builder for theAudioInputEventevent type for this stream. - 
dTMFInputEventBuilder
Create a builder for theDTMFInputEventevent type for this stream. - 
textInputEventBuilder
Create a builder for theTextInputEventevent type for this stream. - 
playbackCompletionEventBuilder
Create a builder for thePlaybackCompletionEventevent type for this stream. - 
disconnectionEventBuilder
Create a builder for theDisconnectionEventevent type for this stream. - 
sdkEventType
The type of this event. Corresponds to the:event-typeheader on the Message. 
 -