AI Studio skill execution flow

The workflow table below shows how Zoom Virtual Agent uses a Marketplace Action to retrieve data from an external system during a conversation.

The Virtual Agent identifies the user's intent, gathers any required information, invokes the configured action, and uses the API response to generate a personalized reply.

This pattern enables secure, real-time access to external data while maintaining a natural conversational experience.

StepDescriptionExample
Start the interactionThe user submits a request."Check my order status"
Trigger the skillThe Virtual Agent identifies the intent and triggers the matching skill.
Collect required inputThe skill prompts the user for missing data."Provide your order ID."
Capture user inputThe user provides the required value.12345
Invoke the Marketplace actionThe skill sends the input to the configured Marketplace action.
Process the requestThe external API processes the request and returns order data.
Map response dataAI Studio maps API response fields to skill variables.
Generate the responseThe Virtual Agent uses mapped variables to generate a natural language response."Your order is being processed and will arrive by March 25."