nerdexam
Salesforce

AI-201 · Question #199

An Agentforce Agent has been developed with multiple topics and Agent Actions that use flows and Apex. Which options are available for deploying these to production?

The correct answer is C. Deploy flows, Apex, and all agent-related items using either change sets or the Salesforce. Salesforce fully supports deploying Agentforce metadata - including Agent definitions, Topics, and Agent Actions - alongside flows and Apex using standard deployment mechanisms: both Change Sets and the Salesforce CLI (sf project deploy). This means there is no need to manually r

AI Features for Service (e.g., Einstein Bots, Next Best Action)

Question

An Agentforce Agent has been developed with multiple topics and Agent Actions that use flows and Apex. Which options are available for deploying these to production?

Options

  • ADeploy the flows and Apex using normal deployment tools and manually create the agent-related
  • BUse only change sets because the Salesforce CLI does not currently support the deployment of
  • CDeploy flows, Apex, and all agent-related items using either change sets or the Salesforce

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    93% (42)

Explanation

Salesforce fully supports deploying Agentforce metadata - including Agent definitions, Topics, and Agent Actions - alongside flows and Apex using standard deployment mechanisms: both Change Sets and the Salesforce CLI (sf project deploy). This means there is no need to manually recreate agent configurations in production. Option A is incorrect because agent-related metadata does not need to be manually recreated; it is deployable. Option B is incorrect because the Salesforce CLI does support deploying agent-related items as of recent releases.

Topics

#Einstein Bot Deployment#Agent Actions#Change Sets#Salesforce CLI

Community Discussion

No community discussion yet for this question.

Full AI-201 Practice