Subdomain 1.1: Given business requirements, identify when it's appropriate to use Prompt Builder.
1.In which scenario is it appropriate to use Prompt Builder?
- A.Use Prompt Builder with a template that references fields.
- B.Create descriptions manually in a document and upload.
- C.Use Apex to concatenate field values for descriptions.
- D.Configure Einstein Prediction Builder to generate text.
Show answer & explanation
Correct answer: A — Use Prompt Builder with a template that references fields.
- A. Correct. Prompt Builder is designed to generate trusted AI outputs from structured Salesforce data using reusable prompt templates that dynamically reference record fields. This enables consistent, context-aware text generation directly within Salesforce.
- B. Incorrect. Manually creating descriptions in a document and uploading them is a static process that does not leverage Prompt Builder's dynamic capabilities or integration with Salesforce data. It does not generate content using AI or field references.
- C. Incorrect. While Apex can concatenate field values to assemble text, it is custom code and not the intended use of Prompt Builder. Prompt Builder is a low-code tool for prompt engineering, not programmatic logic.
- D. Incorrect. Einstein Prediction Builder is used for predictive modeling, such as scoring and classification, not for generating natural-language text. It does not create descriptions or responses like Prompt Builder does.