Exam AI-102 All QuestionsBrowse all questions from this exam
Question 141

You develop a custom question answering project in Azure Cognitive Service for Language. The project will be used by a chatbot.

You need to configure the project to engage in multi-turn conversations.

What should you do?

    Correct Answer: A

    To configure a project for multi-turn conversations in Azure Cognitive Service for Language, you should add follow-up prompts. Follow-up prompts allow the bot to ask additional questions or give more information, enabling it to engage in a back-and-forth conversation with users. This feature is crucial for maintaining context and providing more accurate and refined responses in a conversational AI setting.

Discussion
zellckOption: A

A is the answer. https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/overview#multi-turn-conversations Question answering provides multi-turn prompts and active learning to help you improve your basic question and answer pairs. Multi-turn prompts give you the opportunity to connect question and answer pairs. This connection allows the client application to provide a top answer and provides more questions to refine the search for a final answer.

zellck

Gotten this in Jul 2023 exam.

tzuyichaoOption: A

Ref: https://learn.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/multi-turn

krzkrzkraOption: A

Selected Answer: A

JacobZ

Got this in the exam, Jun 2024.

HaraTadahisaOption: A

I say this answer is A. The rising of the shield hero.

reigenchimpoOption: A

A is answer.

omankomanOption: A

A. Add follow-up prompts.

reiwanotoraOption: A

A is right answer.

evangelistOption: A

no doubt answer is A

evangelistOption: A

no doubt follow up prompt

evangelistOption: A

Multi-turn conversations in the context of chatbots or conversational AI refer to interactions where the dialogue between the user and the bot extends beyond a single question and response. In these conversations, the bot and the user exchange multiple messages, and the bot's responses are contextually dependent on the previous parts of the conversation.

rdemontisOption: A

To configure a project for multi-turn conversations in Azure Cognitive Services for Language, you should: A. Add follow-up prompts. Adding follow-up prompts allows your question answering model to engage in multi-turn conversations by providing responses and asking for clarifications or additional information when a user's query is ambiguous or incomplete. This is a key feature for enabling conversational interactions with the chatbot. (ChatGPT)

marti_tremblay000Option: A

ChatGPT confirms : To configure the project to engage in multi-turn conversations, you should add follow-up prompts. Follow-up prompts are a way to ask additional questions or provide more information to help the user clarify their intent. By adding follow-up prompts, the chatbot can engage in a back-and-forth conversation with the user to gather additional information and ultimately provide a better answer. Therefore, the correct answer is A. Add follow-up prompts.