Building agents using low-code tools
GCP-PAA · 26 questions
- A 311 team is building a pothole-reporting agent in Gemini Enterprise Agent Designer with separate steps for location capture, category selection, and photo upload. Which construct governs advancing the citizen from one collection step to the next once that step's required information is captured?
- A building-permits chatbot in Gemini Enterprise goes quiet when a resident doesn't respond for 30 seconds mid-conversation. Which mechanism should the team configure so the agent escalates to a human permit clerk instead of letting the session hang?
- A county clerk's marriage-license assistant needs to reason through a multi-step document checklist before telling the applicant what's missing. Which in-console prompt-template technique should the team add to the system instructions to guide this step-by-step reasoning?
- A courthouse self-help kiosk agent must never offer legal advice. After drafting a system instruction constraining tone and scope, the team wants to further anchor the boundary with concrete acceptable vs unacceptable sample answers. Which in-console technique should they add?
- A transit-authority rider agent must branch into separate pages for "check schedule," "dispute fare," and "file complaint," each returning to a main menu once the sub-task finishes. What drives this page-to-page navigation in the state-based low-code workflow?
- A municipal water utility wants a single agent to handle both "report an outage" and "ask about my bill" for residents. Which approach best applies state-based low-code design to this two-purpose agent?
- A housing authority's caseworker-intake screening involves branching eligibility rules with several conditional calculations, and the number of conditions keeps growing as new housing programs are added. What should the architect conclude about the right tool for this workflow?
- A school-district registration assistant is restricted to public enrollment information and must decline any request touching individual student records. Which mechanism, configured in CX Agent Studio, enforces this scope boundary on the agent's behavior?
- During a severe-weather event, an emergency-management notification agent keeps failing to recognize resident queries. Which change to the no-match event handler prevents the caller from looping through repeated clarification prompts and instead routes them to a live dispatcher line?
- A county IT help desk team is deciding between Gemini Enterprise Agent Designer and CX Agent Studio for an internal ticket-routing agent, and the team already has conversational-flow diagrams built from a prior project. Which factor should tip the decision toward CX Agent Studio?
- A parks-and-recreation class-registration agent keeps mismatching similarly named classes when residents type informal phrasing. What should the team add to the in-console prompt template to resolve this recurring ambiguity?
- A 311 request-status page needs to re-ask the citizen for a missing case number rather than firing the no-match event handler every time that required slot is empty. What should the team configure instead?
- A library card-renewal chatbot works fine in Agent Designer until the team wants it to also reconcile fines across three separate backend systems in real time. What should the architect conclude?
- A public-health department wants its Gemini Enterprise agent to query a restricted immunization-records data source without exposing the underlying database directly to citizens. How should the team configure this connection?
- A city's open-data portal team wants residents to ask natural-language questions over its published datasets. What should the team configure to index that data for retrieval?
- A permitting office has thousands of scanned PDF applications that need to be ingested as unstructured content so the agent can answer questions about permit status and requirements. What should the team configure?
- A county clerk's office wants recorded video of public court proceedings searchable by citizens through the agent. What must happen to the video content before it can be indexed for retrieval?
- A 311 assistant needs to pull live work-order status from the public-works ticketing system. What should the architect choose to connect this proprietary source securely instead of hardcoding sample data into the agent?
- A housing authority wants caseworker phone-call recordings transcribed and indexed so the agent can answer staff FAQs about common casework scenarios. What should the team configure?
- A transit agency wants its agent to answer questions using route maps and schedule images that only exist as scanned graphics, not structured text. What should the team configure to bring this content into the agent's knowledge?
- A water utility's billing agent must query a proprietary customer-account database through Gemini Enterprise, and the data's volume and structure fit comfortably within the platform's built-in connector capabilities. What should the architect choose?
- A school district's IT team has boxes of scanned paper enrollment forms that need to be processed into the agent's data source so registration staff can query prior submissions. What should they configure?
- An emergency-management office wants an internal agent trained on its disaster-response training videos so staff can quickly retrieve procedural answers during an incident. What should the team configure?
- A library's summer-reading-program agent works well with Agent Search over its program catalog, but the team expects data variety and volume to keep growing. At what point should the architect conclude the low-code ingestion path is no longer sufficient?
- A county records-management system holds both public deed records and restricted probate files. How should the clerk's office configure the data connection so the agent only surfaces the public subset to residents?
- A municipal open-data portal wants audio recordings of past town-hall meetings made searchable by topic through its citizen-facing Gemini Enterprise agent. The archive team has hundreds of hours of raw audio files sitting in Cloud Storage. What should the team do so the agent can retrieve and reference specific topics from those recordings?