tock / ai.tock.bot.api.model.websocket / ResponseData

ResponseData

data class ResponseData (source)

Constructors

<init>

ResponseData(requestId: String, botResponse: BotResponse? = null, botConfiguration: ClientConfiguration? = null)

Properties

botConfiguration

val botConfiguration: ClientConfiguration?

botResponse

val botResponse: BotResponse?

requestId

val requestId: String