| Modifier and Type | Class and Description |
|---|---|
protected static class |
PlaybackInterruptionEvent.BuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static PlaybackInterruptionEvent.Builder |
PlaybackInterruptionEvent.builder() |
PlaybackInterruptionEvent.Builder |
PlaybackInterruptionEvent.Builder.causedByEventId(String causedByEventId)
The identifier of the event that contained the audio, DTMF, or text that caused the interruption.
|
PlaybackInterruptionEvent.Builder |
PlaybackInterruptionEvent.BuilderImpl.causedByEventId(String causedByEventId) |
PlaybackInterruptionEvent.Builder |
PlaybackInterruptionEvent.Builder.eventId(String eventId)
A unique identifier of the event sent by Amazon Lex.
|
PlaybackInterruptionEvent.Builder |
PlaybackInterruptionEvent.BuilderImpl.eventId(String eventId) |
PlaybackInterruptionEvent.Builder |
PlaybackInterruptionEvent.Builder.eventReason(PlaybackInterruptionReason eventReason)
Indicates the type of user input that Amazon Lex detected.
|
PlaybackInterruptionEvent.Builder |
PlaybackInterruptionEvent.BuilderImpl.eventReason(PlaybackInterruptionReason eventReason) |
PlaybackInterruptionEvent.Builder |
PlaybackInterruptionEvent.Builder.eventReason(String eventReason)
Indicates the type of user input that Amazon Lex detected.
|
PlaybackInterruptionEvent.Builder |
PlaybackInterruptionEvent.BuilderImpl.eventReason(String eventReason) |
static PlaybackInterruptionEvent.Builder |
StartConversationResponseEventStream.playbackInterruptionEventBuilder()
Create a builder for the
PlaybackInterruptionEvent event type for this stream. |
PlaybackInterruptionEvent.Builder |
PlaybackInterruptionEvent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlaybackInterruptionEvent.Builder> |
PlaybackInterruptionEvent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
PlaybackInterruptionEvent |
PlaybackInterruptionEvent.copy(Consumer<? super PlaybackInterruptionEvent.Builder> modifier) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DefaultPlaybackInterruptionEvent.Builder |
Copyright © 2021. All rights reserved.