@Generated(value="software.amazon.awssdk:codegen") public interface StartConversationRequestEventStream
| Modifier and Type | Interface and Description |
|---|---|
static class |
StartConversationRequestEventStream.EventType
The known possible types of events for
StartConversationRequestEventStream. |
| Modifier and Type | Method and Description |
|---|---|
static AudioInputEvent.Builder |
audioInputEventBuilder()
Create a builder for the
AudioInputEvent event type for this stream. |
static ConfigurationEvent.Builder |
configurationEventBuilder()
Create a builder for the
ConfigurationEvent event type for this stream. |
static DisconnectionEvent.Builder |
disconnectionEventBuilder()
Create a builder for the
DisconnectionEvent event type for this stream. |
static DTMFInputEvent.Builder |
dTMFInputEventBuilder()
Create a builder for the
DTMFInputEvent event type for this stream. |
static PlaybackCompletionEvent.Builder |
playbackCompletionEventBuilder()
Create a builder for the
PlaybackCompletionEvent event type for this stream. |
default StartConversationRequestEventStream.EventType |
sdkEventType()
The type of this event.
|
static TextInputEvent.Builder |
textInputEventBuilder()
Create a builder for the
TextInputEvent event type for this stream. |
static ConfigurationEvent.Builder configurationEventBuilder()
ConfigurationEvent event type for this stream.static AudioInputEvent.Builder audioInputEventBuilder()
AudioInputEvent event type for this stream.static DTMFInputEvent.Builder dTMFInputEventBuilder()
DTMFInputEvent event type for this stream.static TextInputEvent.Builder textInputEventBuilder()
TextInputEvent event type for this stream.static PlaybackCompletionEvent.Builder playbackCompletionEventBuilder()
PlaybackCompletionEvent event type for this stream.static DisconnectionEvent.Builder disconnectionEventBuilder()
DisconnectionEvent event type for this stream.default StartConversationRequestEventStream.EventType sdkEventType()
:event-type header on the Message.Copyright © 2022. All rights reserved.