【发布时间】:2022-12-25 00:23:18
【问题描述】:
我想在 rasa 聊天机器人中添加按钮以与电报集成,但是每当我添加此按钮时,它们只会在一行中出现,我只想为每一行添加一个按钮,它应该采用按钮标题的宽度。此外,如何在 rasa This is code for buttons 和 utter_message 函数中仅将按钮作为参数传递 This is output in telegram window where buttons title is not visible completly and also all they are in one line
我试图更改 utter_message 函数的参数,但它不起作用
【问题讨论】:
-
欢迎来到 SO! Please do not post images of code/data/errors。您可以使用Edit 按钮直接将代码作为文本添加到问题中。