CustomRecommendation.DefinitionStages.WithQuery Interface
public static interface CustomRecommendation.DefinitionStages.WithQuery
The stage of the CustomRecommendation definition allowing to specify query.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withQuery(String query)
Specifies the query property: KQL query representing the Recommendation results required.. |
Method Details
withQuery
public abstract CustomRecommendation.DefinitionStages.WithCreate withQuery(String query)
Specifies the query property: KQL query representing the Recommendation results required..
Parameters:
Returns: