Enable the Sales Dashboard AI Agents

Enabling the Sales Analyzer and Narrative Insights agents in the Sales Dashboard involves 2 steps:

  1. You copy the agents Oracle provides in AI Agent Studio.
  2. You open Oracle Visual Builder Studio, and enter the agent team codes of the copies in the enableAgents constant.

Copy Both Agents Provided by Oracle in AI Agent Studio

Copy both the Sales Analyzer and Narrative Insights agents provided by Oracle in AI Agent Studio and make a note of the Agent Team Code for each.

  1. Open AI Agent Studio (Navigator > Tools > AI Agent Studio).
  2. Search for the agent by name (Sales Analyzer or Narrative Insights).
  3. Click Copy Template on the agent.
  4. In the Copy Template dialog, enter a suffix that will be added to the agent name. For example: v1.

    Your new agent opens for editing.

  5. In the agent edit page, click Publish.
  6. On the navigation bar at the bottom of the page, click Agent Teams.
  7. On the Agent Teams page, search for the agent by name.
  8. Make a note of the Agent Team Code for each agent. (for example: SALES_ANALYZER_V1 and NARRATIVE_INSIGHTS_V1). You need the codes to reference the agents in VB Studio.

Enter the Agent Team Codes in VB Studio

Enable the agents using VB Studio:

  1. Navigate to the Sales Dashboard and open VB Studio. (Settings and Actions > Edit Page in Visual Builder Studio).
  2. On the sales-dashboard tab, click the Variables subtab.
  3. Under the Constants heading, click the enableAgents constant.
  4. In the Properties tab, Default Value box, enter the following code, replacing the agent team codes in this example with your own: [{"Sales Analyzer":"SALES_ANALYZER_V1"},{"Sales Insights":"NARRATIVE_INSIGHTS_V1"}]

    Screenshot of VB Studio sales-dashboard tab, Variables subtab, highlighting the entry in the enableAgents
  5. Test and publish.