You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample bot included with Bot Composer titled CoreWithLanguage seems to work within the Composer but not from VisualStudio and Emulator. Running it from VisualStudio gives me "Sorry, it looks like something went wrong. Can you please try again?"
How to reproduce:
Create a new bot in Bot Composer and select the CoreWithLanguage template.
Set the LUIS key in Composer.
Run it within Composer
Quit Composer
Open generated project in VS Studio and try to Build and Run. <==== This fails!
Do I have to do add the LUIS key in appsettings.json? If so, what should be in "authoringEndPoint"?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The sample bot included with Bot Composer titled CoreWithLanguage seems to work within the Composer but not from VisualStudio and Emulator. Running it from VisualStudio gives me "Sorry, it looks like something went wrong. Can you please try again?"
How to reproduce:
Do I have to do add the LUIS key in appsettings.json? If so, what should be in "authoringEndPoint"?
"luis": {
"authoringEndpoint": "",
"authoringRegion": "westus",
"defaultLanguage": "en-us",
"endpoint": "",
"environment": "composer",
"name": "CoreWithLanguage"
Beta Was this translation helpful? Give feedback.
All reactions