Package ai.tock.bot.api.model.websocket
Class ResponseData
-
- All Implemented Interfaces:
public final class ResponseData
-
-
Field Summary
Fields Modifier and Type Field Description private final StringrequestIdprivate final BotResponsebotResponseprivate final ClientConfigurationbotConfiguration
-
Constructor Summary
Constructors Constructor Description ResponseData(String requestId, BotResponse botResponse, ClientConfiguration botConfiguration)
-
Method Summary
Modifier and Type Method Description final StringgetRequestId()final BotResponsegetBotResponse()final ClientConfigurationgetBotConfiguration()-
-
Constructor Detail
-
ResponseData
ResponseData(String requestId, BotResponse botResponse, ClientConfiguration botConfiguration)
-
-
Method Detail
-
getRequestId
final String getRequestId()
-
getBotResponse
final BotResponse getBotResponse()
-
getBotConfiguration
final ClientConfiguration getBotConfiguration()
-
-
-
-