how to configure LUIS service for ChatBot (Microsoft Bot Framework)


Prerequisties :


  1. LUIS Service : http://www.muhammetatalay.com/2019/02/luis-language-understanding-intelligent.html
  2. Bot Project creation : http://www.muhammetatalay.com/2019/02/create-chatbot-application-with.html


It is necessary to update “<Project Name>.bot" file in the Visual Studio solution for the LUIS service account (as described bullet 2 above)

Information can be obtained from LUIS application by choosing “Manage” section from the page (as described bullet 1 above):



Append following LUIS service to the .bot file of the project in Visual Studio:
 
{
"type": "luis",
"name": "LuisBot",
"appId": "3c4dd5df-e45c-405e-8d48-2faa95918dcc",
"version": "0.1",
"authoringKey": "e38f05d2f3894d9ba38c6158c7ae46c1",
"subscriptionKey": "e38f05d2f3894d9ba38c6158c7ae46c1",
"region": "westus",
"id": "158"
}

appId from “Application Information” section

authoringKey(=subscriptionKey) and region from “Keys and Endpoints” section
of LUIS Application.

enjoy...

Comments

Popular posts from this blog

Could not load file or assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified at Configuration class initiation in CrmServiceHelper.cv

Exception caught instantiating TERADATA report server extension SQL Reporting Services

you face "ISV code aborted the operation" when you change status of the any record in Dynamics CRM 2013