From 9ab63fb6b96ed306fce32b0e98db2a490c2d8b9f Mon Sep 17 00:00:00 2001 From: David Tesar Date: Mon, 22 Aug 2016 18:16:33 -0700 Subject: [PATCH] add legal info to help msg (#103) --- AzureBot/Dialogs/ActionDialog.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AzureBot/Dialogs/ActionDialog.cs b/AzureBot/Dialogs/ActionDialog.cs index a15875e..dcd6ace 100644 --- a/AzureBot/Dialogs/ActionDialog.cs +++ b/AzureBot/Dialogs/ActionDialog.cs @@ -53,6 +53,7 @@ public async Task Help(IDialogContext context, LuisResult result) if (string.IsNullOrEmpty(accessToken)) { + message += $"By using me, you agree to the Microsoft Privacy Statement and Microsoft Services Agreement on http://aka.ms/AzureBot \n\n"; message += $"Please type **login** to interact with me for the first time."; }