gpt4 book ai didi

adaptive-cards - 如何在自适应卡上使用 "Only show when"

转载 作者:行者123 更新时间:2023-12-05 04:58:22 24 4
gpt4 key购买 nike

我尝试搜索了很多地方,但我没有看到任何文档谈论如何使用它。

/image/DTkM5.png

最佳答案

没有看到更多你的卡片,我认为你需要删除第二个 $。这是一个非常简单的例子:

卡片:

{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"size": "Medium",
"weight": "Bolder",
"text": "${title}",
"$when": "${showTitle == true}"
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3"
}

数据:

{
"title": "This is a title",
"showTitle": true
}

如果将数据中的 showTitle 更改为 false,则文本将不再显示。

关于adaptive-cards - 如何在自适应卡上使用 "Only show when",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64043473/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com