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