Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/opengl/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Botframework 有没有办法在microsoft bot卡中添加复选框?_Botframework - Fatal编程技术网

Botframework 有没有办法在microsoft bot卡中添加复选框?

Botframework 有没有办法在microsoft bot卡中添加复选框?,botframework,Botframework,我有一个带卡片的旋转木马。用户可以选择一张卡,然后可以询问该卡的详细信息 当我查看缩略图的元数据时 public ThumbnailCard(string title = null, string subtitle = null, string text = null, IList<CardImage> images = null, IList<CardAction> buttons = null, CardAction tap = null); public Thu

我有一个带卡片的旋转木马。用户可以选择一张卡,然后可以询问该卡的详细信息

当我查看缩略图的元数据时

public ThumbnailCard(string title = null, string subtitle = null, string text = null, IList<CardImage> images = null, IList<CardAction> buttons = null, CardAction tap = null);
public ThumbnailCard(string title=null,string subtitle=null,string text=null,IList image=null,IList buttons=null,CardAction tap=null);

我们只能看到按钮。

没有办法做到这一点,我完全相信当前的大多数频道都不支持复选框。如果您使用的是WebChat频道,您可能能够构建一些自定义功能并添加该功能,因为它的代码是

不,目前还没有这方面的功能,我怀疑将来会有-它在频道上播放不好。多张卡选择应该是默认功能。我真的很失望:(