Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created February 7, 2019 12:02
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/92e1ddbfb5b49353591d139f93cc3358 to your computer and use it in GitHub Desktop.
Save icebeam7/92e1ddbfb5b49353591d139f93cc3358 to your computer and use it in GitHub Desktop.
WeatherBotv4 - WeatherBotv4.bot
{
"name": "WeatherBotv4",
"services": [
{
"type": "endpoint",
"name": "development",
"endpoint": "http://localhost:3978/api/messages",
"appId": "",
"appPassword": "",
"id": "1"
},
{
"type": "luis",
"name": "WeatherBotv4Bot",
"appId": "luis-application-id",
"version": "0.1",
"authoringKey": "authoring-key",
"subscriptionKey": "authoring-key",
"region": "westus",
"id": "158"
}
],
"padlock": "",
"version": "2.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment