Created
May 26, 2018 15:21
-
-
Save icebeam7/4a40b0cdb503c3cb1ef9c115bb8fad6b to your computer and use it in GitHub Desktop.
XamarinFaceBot: Constantes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace XamarinFaceBot.Helpers | |
{ | |
public static class Constantes | |
{ | |
public readonly static string BotID = "id-del-bot"; | |
public readonly static string DirectLineSecret = "direct-line-secret"; | |
public readonly static string BotUser = "YO"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment