Exam AI-102 Topic 2 Question 3 Discussion
Actual exam question for Microsoft's AI-102 exam
Question #: 3
Topic #: 2
Question #: 3
Topic #: 2
You build a conversational bot named bot1.
You need to configure the bot to use a QnA Maker application.
From the Azure Portal, where can you find the information required by bot1 to connect to the QnA Maker application?
You need to configure the bot to use a QnA Maker application.
From the Azure Portal, where can you find the information required by bot1 to connect to the QnA Maker application?
Suggested Answer: C Vote an answer
Explanation
Obtain values to connect your bot to the knowledge base
1.In the QnA Maker site, select your knowledge base.
2.With your knowledge base open, select the SETTINGS tab. Record the value shown for service name. This value is useful for finding your knowledge base of interest when using the QnA Maker portal interface. It's not used to connect your bot app to this knowledge base.
3.Scroll down to find Deployment details and record the following values from the Postman sample HTTP request:
4.POST /knowledgebases/<knowledge-base-id>/generateAnswer
5.Host: <your-host-url>
6.Authorization: EndpointKey <your-endpoint-key>
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-qna
Obtain values to connect your bot to the knowledge base
1.In the QnA Maker site, select your knowledge base.
2.With your knowledge base open, select the SETTINGS tab. Record the value shown for service name. This value is useful for finding your knowledge base of interest when using the QnA Maker portal interface. It's not used to connect your bot app to this knowledge base.
3.Scroll down to find Deployment details and record the following values from the Postman sample HTTP request:
4.POST /knowledgebases/<knowledge-base-id>/generateAnswer
5.Host: <your-host-url>
6.Authorization: EndpointKey <your-endpoint-key>
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-qna
by Leif at Dec 26, 2023, 11:55 AM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).