public static interface PlaybackInterruptionEvent.Builder extends SdkPojo, CopyableBuilder<PlaybackInterruptionEvent.Builder,PlaybackInterruptionEvent>
| Modifier and Type | Method and Description |
|---|---|
PlaybackInterruptionEvent.Builder |
causedByEventId(String causedByEventId)
The identifier of the event that contained the audio, DTMF, or text that caused the interruption.
|
PlaybackInterruptionEvent.Builder |
eventId(String eventId)
A unique identifier of the event sent by Amazon Lex V2.
|
PlaybackInterruptionEvent.Builder |
eventReason(PlaybackInterruptionReason eventReason)
Indicates the type of user input that Amazon Lex V2 detected.
|
PlaybackInterruptionEvent.Builder |
eventReason(String eventReason)
Indicates the type of user input that Amazon Lex V2 detected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlaybackInterruptionEvent.Builder eventReason(String eventReason)
Indicates the type of user input that Amazon Lex V2 detected.
eventReason - Indicates the type of user input that Amazon Lex V2 detected.PlaybackInterruptionReason,
PlaybackInterruptionReasonPlaybackInterruptionEvent.Builder eventReason(PlaybackInterruptionReason eventReason)
Indicates the type of user input that Amazon Lex V2 detected.
eventReason - Indicates the type of user input that Amazon Lex V2 detected.PlaybackInterruptionReason,
PlaybackInterruptionReasonPlaybackInterruptionEvent.Builder causedByEventId(String causedByEventId)
The identifier of the event that contained the audio, DTMF, or text that caused the interruption.
causedByEventId - The identifier of the event that contained the audio, DTMF, or text that caused the interruption.PlaybackInterruptionEvent.Builder eventId(String eventId)
A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form RESPONSE-N
, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current
session.
eventId - A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form
RESPONSE-N, where N is a number starting with one and incremented for each event sent by
Amazon Lex V2 in the current session.Copyright © 2022. All rights reserved.