class Aws::LexRuntimeV2::Types::DisconnectionEvent

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.

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

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/DisconnectionEvent AWS API Documentation

Constants

SENSITIVE