Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created May 26, 2018 15:21
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/4a40b0cdb503c3cb1ef9c115bb8fad6b to your computer and use it in GitHub Desktop.
Save icebeam7/4a40b0cdb503c3cb1ef9c115bb8fad6b to your computer and use it in GitHub Desktop.
XamarinFaceBot: Constantes.cs
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