This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 144
Take It Further
Yashraj Mungale edited this page Feb 25, 2020
·
7 revisions
Customize the app to have a different name depending on the team it is installed in - For ex: IT aka Contoso IT Support.
Suggested Solution: Please follow below mentioned steps to configure the app to be used for different domains:
Code Changes:
-
Change the text references in the associated resource(Strings.resx) file from FAQ Plus [Version 2] to the domain on which it should cater to.
-
Update the app name, description, tab name and other details in the associated manifest JSON files for end-user and experts team respectively.
-
Change the welcome message as desired in the configurator web app.
Configure the bot to use an existing knowledge base with QnA pairs instead of a raw vanilla knowledge base.
Suggested Solution:
- Change the Knowledge base ID field value in the configurator app and your bot will start pointing to knowledge base with QnA pairs associated with updated knowledge base ID.
- Navigate to Azure portal and go to configuration section of your bot app service, update the appsettings values for QnAMakerHostUrl, QnAMakerApiEndpointKey & QnAMakerApiEndpointUrl of your existing knowledge base.