{
type: "AdaptiveCard",
body: [
{
type: "TextBlock",
text: "Here are some prompts for " & Topic.TrimmedRole & " which you can ask me:",
wrap: true,
weight: "Bolder",
size: "Medium"
},
{
type: "TextBlock",
text: Topic.TrimmedPrompts,
wrap: true
}
],
actions: [
{
type: "Action.Submit",
title: "Deals in My Account",
data: {
displayText: "What is the MACC deal in the current pipeline in Costco?",
text: "What is the MACC deal in the current pipeline in Costco?",
value: "What is the MACC deal in the current pipeline in Costco?",
type: "messageBack"
}
},
{
type: "Action.Submit",
title: "Customer Visit Actions",
data: {
displayText: "What is key actions in the last meeting?",
text: "What is key actions in the last meeting?",
value: "What is key actions in the last meeting?",
type: "messageBack"
}
},
{
type: "Action.Submit",
title: "Moving Deals",
data: {
displayText: "List top opportunities in current quarter for Costco",
text: "List top opportunities in current quarter for Costco",
value: "List top opportunities in current quarter for Costco",
type: "messageBack"
}
}
],
'$schema': "https://adaptivecards.io/schemas/adaptive-card.json",
version: "1.0"