我想知道是否可以在 bot 框架 composer 中创建基于多选用户输入的响应
是的,这是可能的。将选择存储在属性(dialog.choice/user.choice)中,然后在分支条件中使用它。
是的,你可以参考文档here and sample here