public static interface HeartbeatEvent.Builder extends SdkPojo, CopyableBuilder<HeartbeatEvent.Builder,HeartbeatEvent>
| Modifier and Type | Method and Description |
|---|---|
HeartbeatEvent.Builder |
eventId(String eventId)
A unique identifier of the event sent by Amazon Lex.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHeartbeatEvent.Builder eventId(String eventId)
A unique identifier of the event sent by Amazon Lex. The identifier is in the form RESPONSE-N,
where N is a number starting with one and incremented for each event sent by Amazon Lex in the current
session.
eventId - A unique identifier of the event sent by Amazon Lex. The identifier is in the form
RESPONSE-N, where N is a number starting with one and incremented for each event sent by
Amazon Lex in the current session.Copyright © 2021. All rights reserved.