Which feature allows watsonx Assistant to answer FAQ questions without writing a hardcoded response for each one?
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 — connecting a search skill to a knowledge base containing the faq content is your go-to move. The search skill queries a connected knowledge base at runtime and returns relevant passages; eliminating the need to author individual responses for each question. This is a classic Domain 3: Connect AI and External Knowledge concept you'll want locked in before exam day.'
Full explanation below image
Full Explanation
The search skill queries a connected knowledge base at runtime and returns relevant passages; eliminating the need to author individual responses for each question. Creating per-question intents and dialog nodes does not scale. Entity synonyms store values; not document content. The correct answer, "Connecting a search skill to a knowledge base containing the FAQ content", directly satisfies the scenario because it aligns with watsonx Assistant's design principles and the specific capability being tested. The incorrect options ("Creating an intent for each FAQ item", "Adding FAQ content as entity synonyms", "Writing custom dialog nodes for each FAQ answer") 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 3: Connect AI and External Knowledge section of the certification exam.