I did, to do this I had to stop using Quick Reply and used the Custom Payload which allows you to inform the custom response json just like in the documentation of the platform you are using. As in my case Telegram has become so:
"telegram": {
"text": "Algumas coisa que posso fazer:",
"reply_markup": {
"resize_keyboard": true, "one_time_keyboard": true,
"keyboard": [
["abrir chamado"],
["buscar contracheque"],
["consultar avaliações"],
["o que mais você pode fazer?"]
]
}
},
Result was well what I expected:
Here’s a hint for the next ones who experience this problem of having to customize the Telegram keyboard by api.ai.