| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model | |
| software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream |
| Modifier and Type | Method and Description |
|---|---|
AudioResponseEvent |
AudioResponseEvent.BuilderImpl.build() |
AudioResponseEvent |
AudioResponseEvent.copy(Consumer<? super AudioResponseEvent.Builder> modifier) |
| Modifier and Type | Method and Description |
|---|---|
default void |
StartConversationResponseHandler.Visitor.visitAudioResponseEvent(AudioResponseEvent event)
Invoked when a
AudioResponseEvent is encountered. |
| Modifier and Type | Method and Description |
|---|---|
StartConversationResponseHandler.Visitor.Builder |
StartConversationResponseHandler.Visitor.Builder.onAudioResponseEvent(Consumer<AudioResponseEvent> c)
Callback to invoke when a
AudioResponseEvent is visited. |
| Constructor and Description |
|---|
BuilderImpl(AudioResponseEvent model) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAudioResponseEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.AudioResponseEvent that represents the
StartConversationResponseEventStream$AudioResponseEvent event. |
Copyright © 2023. All rights reserved.