我在C#中使用编写了一个机器人,并在其中包含了以下html
await context.PostAsync($"How would you like to connect, {username} ?");
StringBuilder sb = new StringBuilder();
sb.Append("<html><head>");
sb.Append("<style>");
sb.Append(".button{
我对node.js和bot框架非常陌生。我在json中创建了一个表单,它在我的bot中运行。然而,在填写表单后,我得到了错误。
/- WARN: IntentDialog - no intent handler found for null
我不知道这是为什么。我使用.addAttachment来使用卡片,使用session.send(msg)将表单呈现给用户。但是,在表单完成并提交后,我将收到上述错误消息。下面是正在使用的表单和node.js中的代码
var card = {
'contentType': 'application/vnd.microsoft.