In a voice-enabled watsonx Assistant; which technology converts the user's spoken words into text before NLU processing?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Todd Lammle: 'Imagine you're building a chatbot and this exact situation comes up — speech to text (stt) service is your go-to move. The Speech to Text service transcribes the user's audio into text which is then passed to the NLU engine for intent and entity classification. This is a classic Domain 7: Multi-Modal Integration concept you'll want locked in before exam day.'
Full explanation below image
Full Explanation
The Speech to Text service transcribes the user's audio into text which is then passed to the NLU engine for intent and entity classification. Language Translator converts between human languages. NLU performs classification on text input. Entity extraction is part of NLU processing; downstream of speech transcription. The correct answer, "Speech to Text (STT) service", directly satisfies the scenario because it aligns with watsonx Assistant's design principles and the specific capability being tested. The incorrect options ("IBM Watson Language Translator", "IBM Watson NLU", "Entity extraction engine") may appear relevant but each misses a key requirement or introduces a step that is either unnecessary or belongs to a different workflow. Mastering the distinction between these approaches is essential for effective watsonx Assistant implementations and is a core focus of the Domain 7: Multi-Modal Integration section of the certification exam.