我想在Rasa聊天机器人中添加按钮,以便与电报集成,但当我添加此按钮时,它们只出现在一行中,我想每行只出现一个按钮,并且它应该采用按钮标题的宽度。此外,如何在rasa This is code for buttons和This is output in telegram window where buttons title is not visible completly and also all they are in one line中仅将按钮作为utter_message函数中的参数传递
我尝试更改utter_message函数的参数,但它不起作用
1条答案
按热度按时间kx1ctssn1#
您的代码中似乎有打字错误。您设置了
"button_type":"verticle"
,而它应该是"button_type":"vertical"
。请尝试更改,看看是否有效。