Monitoring the usability and action assignments of Agentforce Agents requires insights into how agents perform, how users interact with them, and how actions are executed within conversations. Salesforce provides Agent Analytics (Option C) as a built-in capability specifically designed for this purpose. Agent Analytics offers dashboards and reports that track metrics such as agent response times, user satisfaction, action invocation frequency, and success rates. This tool allows the Agentforce Specialist to assess usability (e.g., are agents meeting user needs?) and monitor action assignments (e.g., which actions are triggered and how often), providing actionable data to optimize the pilot program.
Option A: Platform Debug Logs are low-level logs for troubleshooting Apex, Flows, or system processes. They don’t provide high-level insights into agent usability or action assignments, making this unsuitable.
Option B: The Metadata API is used for retrieving or deploying metadata (e.g., object definitions), not runtime log data about agent performance. While Agent log data might exist, querying it via Metadata API is not a standard or documented approach for this use case.
Option C: Agent Analytics is the dedicated solution, offering a user-friendly way to monitor conversational AI performance without requiring custom development.
Option C is the correct choice for effectively monitoring Agentforce Agents in a pilot program.
[:, , Salesforce Agentforce Documentation: "Agent Analytics Overview" (Salesforce Help: https://help.salesforce.com/s/articleView?id=sf.agentforce_analytics.htm&type=5), , Trailhead: "Agentforce for Admins" (https://trailhead.salesforce.com/content/learn/modules/agentforce-for-admins), , , ]
Submit