Package ai.tock.bot.api.model.websocket
Class RequestData
-
- All Implemented Interfaces:
public final class RequestData
-
-
Field Summary
Fields Modifier and Type Field Description private final UserRequestbotRequestprivate final Booleanconfigurationprivate final StringrequestId
-
Constructor Summary
Constructors Constructor Description RequestData(UserRequest botRequest, Boolean configuration, String requestId)
-
Method Summary
Modifier and Type Method Description final UserRequestgetBotRequest()final BooleangetConfiguration()final StringgetRequestId()-
-
Constructor Detail
-
RequestData
RequestData(UserRequest botRequest, Boolean configuration, String requestId)
-
-
Method Detail
-
getBotRequest
final UserRequest getBotRequest()
-
getConfiguration
final Boolean getConfiguration()
-
getRequestId
final String getRequestId()
-
-
-
-