QuestionQ16

Create intelligent applications

A company creates a canvas app that support agents use to enter customer notes and generate a summarized response by using a custom prompt.

The company requires the following functionality in the prompt:

  • Generate the summary immediately when an agent selects a button in the app.
  • Provide the prompt with the current user-entered data.

You need to run the prompt.

Which two actions should you take? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Choose two
  • A Run the prompt through a cloud flow from the button.
  • B Pass user input as parameters to the prompt.
  • C Invoke the prompt directly from app logic.
  • D Publish the prompt for reuse in the environment.
  • E Update the app settings.
Explanation

Custom prompts can be called directly from a canvas app as Power Fx functions, such as from a button’s OnSelect property. The call accepts the prompt’s required arguments, allowing the current value from the agent’s input control to be supplied when the button is selected.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!