Package ai.tock.bot.api.model
Class ResponseContext
-
- All Implemented Interfaces:
public final class ResponseContext
-
-
Constructor Summary
Constructors Constructor Description ResponseContext(String requestId, Instant date, Boolean lastResponse)
-
Method Summary
Modifier and Type Method Description final StringgetRequestId()final InstantgetDate()final BooleangetLastResponse()-
-
Method Detail
-
getRequestId
final String getRequestId()
-
getLastResponse
final Boolean getLastResponse()
-
-
-
-