Interface StartConversationRequestEventStream
- All Known Implementing Classes:
- AudioInputEvent,- ConfigurationEvent,- DefaultAudioInputEvent,- DefaultConfigurationEvent,- DefaultDisconnectionEvent,- DefaultDTMFInputEvent,- DefaultPlaybackCompletionEvent,- DefaultTextInputEvent,- DisconnectionEvent,- DTMFInputEvent,- PlaybackCompletionEvent,- TextInputEvent
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface StartConversationRequestEventStream
Base interface for all event types in StartConversationRequestEventStream.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forStartConversationRequestEventStream.
- 
Method SummaryModifier 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- 
configurationEventBuilderCreate a builder for theConfigurationEventevent type for this stream.
- 
audioInputEventBuilderCreate a builder for theAudioInputEventevent type for this stream.
- 
dTMFInputEventBuilderCreate a builder for theDTMFInputEventevent type for this stream.
- 
textInputEventBuilderCreate a builder for theTextInputEventevent type for this stream.
- 
playbackCompletionEventBuilderCreate a builder for thePlaybackCompletionEventevent type for this stream.
- 
disconnectionEventBuilderCreate a builder for theDisconnectionEventevent type for this stream.
- 
sdkEventTypeThe type of this event. Corresponds to the:event-typeheader on the Message.
 
-