@microsoft/generator-bot-adaptive
Advanced tools
Comparing version 1.0.0-rc3 to 1.0.0-rc4
@@ -253,3 +253,3 @@ // Copyright (c) Microsoft Corporation. | ||
const sdkVersion = '~4.13.0-preview.rc3'; | ||
const sdkVersion = '~4.13.0-preview.rc8'; | ||
@@ -256,0 +256,0 @@ const dependencies = { |
{ | ||
"customFunctions": [], | ||
"defaultLanguage": "en-us", | ||
"defaultLocale": "en-US", | ||
"defaultLocale": "en-us", | ||
"downsampling": { | ||
@@ -71,7 +71,9 @@ "maxImbalanceRatio": -1 | ||
"telemetry": { | ||
"instrumentationKey": "", | ||
"logActivities": true, | ||
"logPersonalInformation": false | ||
"logPersonalInformation": false, | ||
"options": { | ||
"connectionString": "" | ||
} | ||
} | ||
} | ||
} |
{ | ||
"version": "2.0" | ||
"version": "2.0", | ||
"extensions": { | ||
"http": { | ||
"routePrefix": "" | ||
} | ||
} | ||
} |
@@ -11,3 +11,4 @@ { | ||
"post" | ||
] | ||
], | ||
"route": "api/{route}" | ||
}, | ||
@@ -14,0 +15,0 @@ { |
@@ -11,3 +11,3 @@ { | ||
], | ||
"route": "skills/v3/conversations/{conversationId}/activities/{activityId}" | ||
"route": "api/skills/v3/conversations/{conversationId}/activities/{activityId}" | ||
}, | ||
@@ -14,0 +14,0 @@ { |
{ | ||
"name": "@microsoft/generator-bot-adaptive", | ||
"version": "1.0.0-rc3", | ||
"version": "1.0.0-rc4", | ||
"description": "Yeoman generator for creating a base bot built on the Azure Bot Framework and the Adaptive stack.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# @microsoft/generator-bot-adaptive [![NPM version][npm-image]][npm-url] | ||
> Yeoman generator for creating a completely empty bot built on the Azure Bot Framework. | ||
This generator is a base for creating an Azure Bot Framework bot using the Adaptive Dialog stack. This generator is designed to be used as a base for other more purpose-specific generators, and is responsible for scaffolding: | ||
The Adaptive Bot generator is the base generator for creating an Azure Bot Framework bot using the Adaptive Dialog stack. This generator is designed to be used as a base for other more purpose-specific generators, and is responsible for scaffolding: | ||
- The basic bot project (code files, root dialog, base schema) for your bot, based on the platform you choose (dotnet or JavaScript) | ||
@@ -8,0 +6,0 @@ - The publishing environment for your bot (Azure Functions, or a Web App) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
570
435896
71