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