{
type: "AdaptiveCard",
'$schema': "http://adaptivecards.io/schemas/adaptive-card.json",
version: "1.5",
body: [
{
type: "Container",
items: ForAll(Topic.Answer.Text.CitationSources,
{
type: "TextBlock",
text: "[" & Id &"]:[" & Name & "]("&Url&")",
wrap: true,
size: "Small",
weight: "Lighter"
}
)
}
]
}
{
"Text": {
"CitationSources": [
{
"Id": "1",
"Name": null,
"Text": "Page Description",
"Url": "https://mydomain.sharepoint.com/sites/sitename/SitePages/XXXX.aspx"
}
],
"Content": "Generative Answer Description [1].",
"MarkdownContent": "Generative Answer Description [1].\n\n[1]: https://mydomain.sharepoint.com/sites/sitename/SitePages/XXXX.aspx"
}
}
or
the result was same.

Report
All responses (
Answers (