Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created February 19, 2019 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/81df2dce15db147f018b773660f1a6cb to your computer and use it in GitHub Desktop.
Save icebeam7/81df2dce15db147f018b773660f1a6cb to your computer and use it in GitHub Desktop.
WeatherBotv4App - Constants.cs
namespace WeatherBotv4App.Helpers
{
public static class Constants
{
public readonly static string BotID = "WeatherBotv4";
public readonly static string DirectLineSecret = "tu-direct-line-secret";
public readonly static string BotUser = "LUIS";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment