Next Best Action 戦略では、Apex メソッドを呼び出す Enhance 要素を使用して、さまざまな要素に基づいて取引先責任者の割引レベルを決定します。
Apex メソッドの正しい定義は何ですか?
正解:A
* Correct Apex Method for Enhance Element:
* The method invoked by an Enhance element in a Next Best Action strategy must return a value that can be used in decision-making (e.g., discount level).
* The method signature must match the required inputs and outputs for the strategy.
* Next Best Action Apex Integration: https://developer.salesforce.com/docs/atlas.en-us.salesforce_nba.
meta/salesforce_nba/
References: