You are creating a bot service.
The bot service should: -Notify the user at a pre-set time, when a reminder is set by the bot.
-Intimate the user about an external event upon receipt of a notification Which of the below-listed bot service template should you use?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: C.
Option A is INCORRECT.
QnA bot helps answer questions that the QnA service has in the knowledge base.
Option B is INCORRECT.
Form bot collects input from a user.
Option C is CORRECT because a proactive bot can perform the listed 2 actions.
Option D is INCORRECT.
Basic bot responds to user inputs via dialogs.
Reference:
Based on the requirements given, the bot service needs to be able to notify the user at a pre-set time when a reminder is set by the bot, as well as notify the user about an external event when a notification is received.
The bot service template that best fits these requirements is the Proactive Bot template, option C. This is because a Proactive Bot is designed to initiate a conversation with the user based on certain triggers, which in this case would be the set reminder and the external event notifications.
A Question and Answer Bot, option A, is designed to answer specific questions asked by the user, and would not be appropriate for the requirements given. A Form Bot, option B, is designed to gather information from the user in a structured format, and would not be suitable for the given requirements either.
A Basic Bot, option D, is a very general template that does not have any specific functionality built-in, so it would require more customization to meet the requirements given.
Therefore, the best option is C, the Proactive Bot template, which can be designed to send notifications to the user based on specific triggers, such as the set reminder and the external event notifications.