Ultimate access to all questions.
You are designing an architecture with a serverless ML system to enrich customer support tickets with informative metadata before they are routed to a support agent. The system requires models that can predict ticket priority, predict ticket resolution time, and perform sentiment analysis to assist support agents in making strategic decisions when processing support requests. Since tickets will not include any domain-specific terms or jargon, you do not need custom models. The proposed architecture flow involves a user submitting a ticket to Firebase, which triggers a Cloud Function. The Cloud Function will then call three different endpoints for enrichment before updating the Firebase real-time database and creating a ticket in the helpdesk platform using a RESTful API. Which endpoints should the Enrichment Cloud Functions call?