Refer to the exhibit. You send this request to the Conversational Language Understanding API. The response includes the intent 'BookFlight' with entities 'FromCity: Seattle' and 'ToCity: Boston', but the 'Date' entity is missing. What is the most likely cause?
If the Date entity was not included in training, the model will not extract it.
Why this answer
The utterance includes 'next Tuesday' but the model might not have been trained with date entities or the date entity is not defined in the schema. The API request looks correct. The missing date is not due to a different endpoint or API version.