/AWS1/CL_LR2DISCONNECTIONEVENT¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_eventid TYPE /AWS1/LR2EVENTID /AWS1/LR2EVENTID¶
A unique identifier that your application assigns to the event. You can use this to identify events in logs.
iv_clienttimestampmillis TYPE /AWS1/LR2EPOCHMILLIS /AWS1/LR2EPOCHMILLIS¶
A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.
Queryable Attributes¶
eventId¶
A unique identifier that your application assigns to the event. You can use this to identify events in logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTID() |
Getter for EVENTID, with configurable default |
ASK_EVENTID() |
Getter for EVENTID w/ exceptions if field has no value |
HAS_EVENTID() |
Determine if EVENTID has a value |
clientTimestampMillis¶
A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTTIMESTAMPMILLIS() |
Getter for CLIENTTIMESTAMPMILLIS |