nerdexam
Microsoft

AZ-204 · Question #59

You are developing a speech-enabled home automation control bot. The bat interprets some spoken words incorrectly. You need to improve the spoken word recognition for the bot. Should you implement?

The correct answer is D. The Cortana Channel and Speech priming using a LUIS app. To improve spoken word recognition for a home automation bot that misinterprets words, leveraging a specialized speech channel with language understanding enhancements is key.

Submitted by layla.eg· Mar 30, 2026Connect to and consume Azure services and third-party services

Question

You are developing a speech-enabled home automation control bot. The bat interprets some spoken words incorrectly. You need to improve the spoken word recognition for the bot. Should you implement?

Options

  • AThe Skype Channel and use scorable dialogs for improving conversation flow
  • BThe Skype Channel and Speech priming using a LUIS app
  • CThe Web Chat Channel and use scorable dialogs for improving conversation flow
  • DThe Cortana Channel and Speech priming using a LUIS app

How the community answered

(32 responses)
  • A
    16% (5)
  • B
    3% (1)
  • C
    9% (3)
  • D
    72% (23)

Why each option

To improve spoken word recognition for a home automation bot that misinterprets words, leveraging a specialized speech channel with language understanding enhancements is key.

AThe Skype Channel and use scorable dialogs for improving conversation flow

While scorable dialogs improve conversation flow, using the Skype Channel does not primarily address the underlying issue of incorrect spoken word recognition.

BThe Skype Channel and Speech priming using a LUIS app

Although Speech priming with LUIS improves recognition, the Cortana Channel is generally a more appropriate and optimized choice for deeply speech-enabled bots compared to the Skype Channel for this specific problem.

CThe Web Chat Channel and use scorable dialogs for improving conversation flow

The Web Chat Channel is primarily text-focused, and scorable dialogs focus on conversation flow rather than directly improving the accuracy of spoken word recognition.

DThe Cortana Channel and Speech priming using a LUIS appCorrect

The Cortana Channel offers deep integration with Microsoft's speech services, and combining it with Speech priming using a LUIS (Language Understanding Intelligent Service) app allows the bot to improve spoken word recognition by providing custom vocabulary and expected phrases to the underlying speech models.

Concept tested: Improving bot speech recognition with LUIS and specialized channels

Source: https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-training-and-customization

Topics

#Bot Framework#speech recognition#LUIS#Cortana Channel

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice