Universal Containers (UC) wants to enable its sales reps to explore opportunities that are similar to previously won opportunities by entering the utterance, " Show me other opportunities like this one. "
How should UC achieve this with Agents?
A.
Use the standard Agent action.
B.
Create a custom Agent action calling a flow.
C.
Create a custom Agent action calling an Apex class.
Universal Containers can achieve the request to explore similar opportunities by using the standard Copilot action. Agent has built-in actions to handle natural language queries, such as “Show me other opportunities like this one.” The standard action will process the query and return results based on predefined matching criteria like opportunity details and past Closed Won deals.
This approach avoids the need to create custom flows or Apex classes, leveraging out-of-the-box functionality.
For further details, refer to Agent for Sales documentation regarding standard actions and natural language processing.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit