Interface StartConversationRequestEventStream
-
- All Known Implementing Classes:
AudioInputEvent,ConfigurationEvent,DefaultAudioInputEvent,DefaultConfigurationEvent,DefaultDisconnectionEvent,DefaultDTMFInputEvent,DefaultPlaybackCompletionEvent,DefaultTextInputEvent,DisconnectionEvent,DTMFInputEvent,PlaybackCompletionEvent,TextInputEvent
@Generated("software.amazon.awssdk:codegen") public interface StartConversationRequestEventStream
Base interface for all event types in StartConversationRequestEventStream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStartConversationRequestEventStream.EventTypeThe known possible types of events forStartConversationRequestEventStream.
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AudioInputEvent.BuilderaudioInputEventBuilder()Create a builder for theAudioInputEventevent type for this stream.static ConfigurationEvent.BuilderconfigurationEventBuilder()Create a builder for theConfigurationEventevent type for this stream.static DisconnectionEvent.BuilderdisconnectionEventBuilder()Create a builder for theDisconnectionEventevent type for this stream.static DTMFInputEvent.BuilderdTMFInputEventBuilder()Create a builder for theDTMFInputEventevent type for this stream.static PlaybackCompletionEvent.BuilderplaybackCompletionEventBuilder()Create a builder for thePlaybackCompletionEventevent type for this stream.default StartConversationRequestEventStream.EventTypesdkEventType()The type of this event.static TextInputEvent.BuildertextInputEventBuilder()Create a builder for theTextInputEventevent type for this stream.
-
-
-
Method Detail
-
configurationEventBuilder
static ConfigurationEvent.Builder configurationEventBuilder()
Create a builder for theConfigurationEventevent type for this stream.
-
audioInputEventBuilder
static AudioInputEvent.Builder audioInputEventBuilder()
Create a builder for theAudioInputEventevent type for this stream.
-
dTMFInputEventBuilder
static DTMFInputEvent.Builder dTMFInputEventBuilder()
Create a builder for theDTMFInputEventevent type for this stream.
-
textInputEventBuilder
static TextInputEvent.Builder textInputEventBuilder()
Create a builder for theTextInputEventevent type for this stream.
-
playbackCompletionEventBuilder
static PlaybackCompletionEvent.Builder playbackCompletionEventBuilder()
Create a builder for thePlaybackCompletionEventevent type for this stream.
-
disconnectionEventBuilder
static DisconnectionEvent.Builder disconnectionEventBuilder()
Create a builder for theDisconnectionEventevent type for this stream.
-
sdkEventType
default StartConversationRequestEventStream.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
-