基于 Bot Framework Composer 上的多项选择题的条件 if/else
我在 Bot Framework Composer 上创建了一个多项选择问题,并且想根据用户的答案创建一个条件。 选项是可点击的按钮,答案存储在变量中。 设置了一个条件,但是当用户单击“是”(应该继续)时,答案却是“否”。 我是 Bot Framework Composer 的新手,非常感谢任何帮助。
I create a multiple choice question on Bot Framework Composer and I want to create a condition based on the answer from the user.
The choices are clickable buttons and the answer is stored in a variable.
There is a condition placed, but when the user click on YES, which supposed to go forward, the answer comes a NO.
I'm new on Bot Framework Composer and any help will be really appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于按钮,您可以使用英雄卡或自适应卡等附件。
请尝试这个。
For buttons you can use attachments like hero cards or adaptive cards.
Please try this.