你如何在一个回合中用自适应卡片指定应该响应它的对话意图

How do you specify in a turn with an Adaptive Card the Dialog Intent that should respond to it

我希望自适应卡片的操作由自适应对话框中的特定意图处理。 有什么方法可以做到这一点?

所以,我最终使用了 none Intent - [OnIntent("None")]。 在那里,我使用 If 通用表达式检查 activity 值

中的特定标记
Condition = "turn.activity.value.decision == 'join'",

并根据此选择下一个对话框。