DisconnectionEvent¶
Structure Class¶
DisconnectionEvent
dataclass
¶
A notification from the client that it is disconnecting from Amazon Lex
V2. Sending a DisconnectionEvent event is optional, but can help
identify a conversation in logs.
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.