/AWS1/CL_LR2PLAYBACKCOMPLETI00¶
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.
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 |