sendClientRequest

fun sendClientRequest(msgType: String, data: Value = Value.Null): Future<DataMessage, RTVIError>

Sends a request message to the bot and waits for a response.

Use this method for request-response communication patterns with the bot.