【发布时间】:2021-12-23 16:54:36
【问题描述】:
我在自适应卡上有 2 个按钮。“提交”按钮为我提供了我在表单上输入的信息。但“取消”按钮的作用相同。我希望“取消”按钮在按下时重定向到另一个对话框.有什么想法吗?
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Submit",
"style": "positive"
},
{
"type": "Action.Submit",
"title": "Cancel",
"associatedInputs": "none",
"id": "cancel",
"style": "destructive"
}
]
}
【问题讨论】:
-
你好吗?有什么帮助吗?
标签: json bots chatbot bot-framework-composer