class Aws::LexRuntimeV2::Types::PlaybackCompletionEvent

Event sent from the client application to Amazon Lex V2 to indicate that playback of audio is complete and that Amazon Lex V2 should start processing the user's input.

@note When making an API call, you may pass PlaybackCompletionEvent

data as a hash:

    {
      event_id: "EventId",
      client_timestamp_millis: 1,
    }

@!attribute [rw] event_id

A unique identifier that your application assigns to the event. You
can use this to identify events in logs.
@return [String]

@!attribute [rw] client_timestamp_millis

A timestamp set by the client of the date and time that the event
was sent to Amazon Lex V2.
@return [Integer]

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

Constants

SENSITIVE