From 4718814151bdac570c903e415e306634cafd63d3 Mon Sep 17 00:00:00 2001 From: Dimitar Kerezov Date: Thu, 16 Apr 2020 14:18:23 +0300 Subject: [PATCH] Update COVID sample to latest --- CoronavirusFAQ/en/cognitive-flow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CoronavirusFAQ/en/cognitive-flow.json b/CoronavirusFAQ/en/cognitive-flow.json index ec1210d..789344c 100644 --- a/CoronavirusFAQ/en/cognitive-flow.json +++ b/CoronavirusFAQ/en/cognitive-flow.json @@ -22,7 +22,7 @@ "type": "message", "messages": [ [ - "I am a bot that can answer your questions about Covid." + "I am a bot that can answer your questions about Covid-19." ] ] }, @@ -55,7 +55,7 @@ "steps": [ { "type": "command", - "command": "go-to help" + "command": "invalidate-entity conversation" } ] },