Class PlaybackInterruptionEvent

java.lang.Object
software.amazon.awssdk.services.lexruntimev2.model.PlaybackInterruptionEvent
All Implemented Interfaces:
Serializable, SdkPojo, StartConversationResponseEventStream, ToCopyableBuilder<PlaybackInterruptionEvent.Builder,PlaybackInterruptionEvent>
Direct Known Subclasses:
DefaultPlaybackInterruptionEvent

@Generated("software.amazon.awssdk:codegen") public class PlaybackInterruptionEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlaybackInterruptionEvent.Builder,PlaybackInterruptionEvent>, StartConversationResponseEventStream

Event sent from Amazon Lex V2 to indicate to the client application should stop playback of audio. For example, if the client is playing a prompt that asks for the user's telephone number, the user might start to say the phone number before the prompt is complete. Amazon Lex V2 sends this event to the client application to indicate that the user is responding and that Amazon Lex V2 is processing their input.

See Also: