QuanticRecommendationInterface

The QuanticRecommendationInterface component initializes the headless recommendation engine and handles localization configurations. A single instance should be used for each instance of the Coveo Headless recommendation engine. The timezone used in the recommendation engine options is taken from the Time Zone settings of the Salesforce org. It is used to correctly interpret dates in the query expression, facets, and result items. The locale used in the search engine options is taken from the Language Settings. Coveo Machine Learning models use this information to provide contextually relevant output. Moreover, this information can be referred to in query expressions and QPL statements by using the $locale object.

Example

<c-quantic-recommendation-interface engine-id={engineId} search-hub="myhub" pipeline="mypipeline"></c-quantic-recommendation-interface>

Properties

Property Attribute Description Type Default

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

searchHub

search-hub

The recommendation interface search hub.

string

'default'

pipeline (required)

pipeline

The recommendation interface query pipeline.

string

XML Configuration File Elements

The following XML configuration file elements apply (see XML Configuration File Elements).

Metadata Value

apiVersion

57.0

isExposed

false