class Aws::LexRuntimeV2::Types::PlaybackInterruptionEvent

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.

@!attribute [rw] event_reason

Indicates the type of user input that Amazon Lex V2 detected.
@return [String]

@!attribute [rw] caused_by_event_id

The identifier of the event that contained the audio, DTMF, or text
that caused the interruption.
@return [String]

@!attribute [rw] event_id

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/PlaybackInterruptionEvent AWS API Documentation

Constants

SENSITIVE