A is the answer.
https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-service-4.0#dialog-types
The dialogs library provides a few types of dialogs to make your bot's conversations easier to manage.
- QnA Maker dialog
Automates access to a QnA Maker knowledge base. This dialog is designed to also work as an action within Composer.
QnAMakerDialog is specifically designed to integrate with the QnA Maker service, which is used to create and query knowledge bases. This dialog class provides the necessary functionality to query a knowledge base and return answers based on the user's questions.
A it is
Here's why:
QnAMakerDialog: This class is specifically designed for integration with QnA Maker, a cloud-based API service offered by Microsoft Azure that creates a question and answer layer over your data. QnAMakerDialog simplifies the process of querying a QnA Maker knowledge base and handling the responses within your chatbot. It manages the interaction pattern with the QnA Maker service, sending user queries and receiving answers that are then presented to the user.
A voting comment increases the vote count for the chosen answer by one.
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.
zellck
Highly Voted 1 year, 7 months agozellck
1 year, 7 months agosyupwsh
Most Recent 1 day, 10 hours agoreigenchimpo
8 months agoreiwanotora
8 months, 2 weeks agoevangelist
1 year agordemontis
1 year, 3 months ago973b658
1 year, 8 months ago