Which built-in system entity detects a user input of 'tomorrow at 3pm' as a structured date and time?
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 — @sys-date and @sys-time is your go-to move. The @sys-date system entity extracts date values including relative references like 'tomorrow' and @sys-time extracts time values such as '3pm. This is a classic Domain 2: Design and Extend Conversations concept you'll want locked in before exam day.'
Full explanation below image
Full Explanation
The @sys-date system entity extracts date values including relative references like 'tomorrow' and @sys-time extracts time values such as '3pm.' The @sys-number entity handles plain numbers. @sys-currency detects monetary amounts. @sys-location is not a standard built-in entity in watsonx Assistant. The correct answer, "@sys-date and @sys-time", directly satisfies the scenario because it aligns with watsonx Assistant's design principles and the specific capability being tested. The incorrect options ("@sys-number", "@sys-currency", "@sys-location") 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 2: Design and Extend Conversations section of the certification exam.