From 4289981502cec1d0af7f95c289322b033a03e8ae Mon Sep 17 00:00:00 2001 From: Matt Stannett Date: Tue, 18 Jul 2023 11:37:49 +1200 Subject: [PATCH] Updates adaptive card to make use of passed in values --- templates/ts/command-and-response/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ts/command-and-response/README.md b/templates/ts/command-and-response/README.md index 22d464f9cb..c12061fcb5 100644 --- a/templates/ts/command-and-response/README.md +++ b/templates/ts/command-and-response/README.md @@ -92,11 +92,11 @@ To respond with an Adaptive Card, define your card in its JSON format. Create a "type": "TextBlock", "size": "Medium", "weight": "Bolder", - "text": "Your doSomething Command is added!" + "text": "${title}" }, { "type": "TextBlock", - "text": "Congratulations! Your hello world bot now includes a new DoSomething Command", + "text": "${body}", "wrap": true } ],