ChrisD77
ChrisD77

Reputation: 11

Connect Bot Composer to Language Studio questionanswering

I've been using bot composer to connect to QnA maker and the following are required

however I've now been creating a custom questionanswering project in the language studio

so where do i find the equivalent questionanswering values for knowledgebaseID, endpoint key and hostname which i need to connect to this service?

QnA bot composer required values

Upvotes: 1

Views: 554

Answers (1)

Prateek
Prateek

Reputation: 70

You can easily creating a custom question & answering project in the language studio by installing nuget package- "Microsoft.Bot.Components.Recognizers.CustomQuestionAnsweringRecognizer" from package manager in the composer.

Custom Question Answering - nuget package

Just go through its documentation how to use it.

Upvotes: 1

Related Questions