nerdexam
Salesforce

AI-201 · Question #234

A developer is using the Salesforce CLI to deploy agent components from a sandbox to production. They recently made a change to several topics, instructions, and actions. Which metadata component shou

The correct answer is A. genAiPlannerBundle. In Salesforce, the GenAiPlannerBundle metadata type is the container that holds the topics (formerly called 'planner topics') and the associated actions an Agentforce agent can use. When deploying agent configurations via CLI and package.xml, this is the component that must be in

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

Question

A developer is using the Salesforce CLI to deploy agent components from a sandbox to production. They recently made a change to several topics, instructions, and actions. Which metadata component should the developer include in their package.xml file that contains all of the topics and actions an agent will interact with?

Options

  • AgenAiPlannerBundle
  • BEinsteinAiPlannerBundle
  • CBotBundle

How the community answered

(31 responses)
  • A
    87% (27)
  • B
    10% (3)
  • C
    3% (1)

Explanation

In Salesforce, the GenAiPlannerBundle metadata type is the container that holds the topics (formerly called 'planner topics') and the associated actions an Agentforce agent can use. When deploying agent configurations via CLI and package.xml, this is the component that must be included to carry over topic definitions and action assignments. BotBundle is for traditional Einstein Bots (not Agentforce agents), and EinsteinAiPlannerBundle is not a real Salesforce metadata type.

Topics

#Salesforce CLI#Metadata Deployment#Generative AI#GenAI Planner

Community Discussion

No community discussion yet for this question.

Full AI-201 Practice