Skip to content

Lex Runtime V2  >  Structures  >  PlaybackCompletionEvent

PlaybackCompletionEvent

Structure Class

PlaybackCompletionEvent dataclass

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.

Attributes

client_timestamp_millis class-attribute instance-attribute
client_timestamp_millis: int = 0

A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.

event_id class-attribute instance-attribute
event_id: str | None = None

A unique identifier that your application assigns to the event. You can use this to identify events in logs.