Skip to Content

AI-102: Mastering Dialog Types in Microsoft Bot Framework SDK

Learn about the importance and usage of prompt dialogs in the Microsoft Bot Framework SDK.

Table of Contents

Question

You are building a flight booking bot by using the Microsoft Bot Framework SDK.

The bot will ask users for the departure date. The bot must repeat the question until a valid date is given, or the users cancel the transaction.

Which type of dialog should you use?

A. prompt
B. adaptive
C. waterfall
D. action

Answer

A. prompt

Explanation

A prompt dialog is designed to ask the user for specific types of information and can repeat the question until a valid response is given or the transaction is cancelled.

Designing and Implementing a Microsoft Azure AI Solution AI-102 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Designing and Implementing a Microsoft Azure AI Solution AI-102 exam and earn Designing and Implementing a Microsoft Azure AI Solution AI-102 certification.