| Modifier and Type | Class and Description |
|---|---|
class |
AudioResponseEvent
An event sent from Amazon Lex V2 to your client application containing audio to play to the user.
|
class |
HeartbeatEvent
Event that Amazon Lex V2 sends to indicate that the stream is still open between the client application and Amazon
Lex V2
|
class |
IntentResultEvent
Contains the current state of the conversation between the client application and Amazon Lex V2.
|
class |
PlaybackInterruptionEvent
Event sent from Amazon Lex V2 to indicate to the client application should stop playback of audio.
|
class |
TextResponseEvent
The event sent from Amazon Lex V2 to your application with text to present to the user.
|
class |
TranscriptEvent
Event sent from Amazon Lex V2 to your client application that contains a transcript of voice audio.
|
| Modifier and Type | Field and Description |
|---|---|
static StartConversationResponseEventStream |
StartConversationResponseEventStream.UNKNOWN
Special type of
StartConversationResponseEventStream for unknown types of events that this version of the
SDK does not know about |
| Modifier and Type | Method and Description |
|---|---|
default void |
StartConversationResponseHandler.Visitor.visitDefault(StartConversationResponseEventStream event)
A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.
|
| Modifier and Type | Method and Description |
|---|---|
StartConversationResponseHandler.Visitor.Builder |
StartConversationResponseHandler.Visitor.Builder.onDefault(Consumer<StartConversationResponseEventStream> c)
Callback to invoke when either an unknown event is visited or an unhandled event is visited.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAudioResponseEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.AudioResponseEvent that represents the
StartConversationResponseEventStream$AudioResponseEvent event. |
class |
DefaultHeartbeatEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.HeartbeatEvent that represents the
StartConversationResponseEventStream$HeartbeatEvent event. |
class |
DefaultIntentResultEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.IntentResultEvent that represents the
StartConversationResponseEventStream$IntentResultEvent event. |
class |
DefaultPlaybackInterruptionEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.PlaybackInterruptionEvent that
represents the StartConversationResponseEventStream$PlaybackInterruptionEvent event. |
class |
DefaultTextResponseEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.TextResponseEvent that represents the
StartConversationResponseEventStream$TextResponseEvent event. |
class |
DefaultTranscriptEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.TranscriptEvent that represents the
StartConversationResponseEventStream$TranscriptEvent event. |
Copyright © 2023. All rights reserved.