CustomRecommendation.UpdateStages.WithQuery Interface

public static interface CustomRecommendation.UpdateStages.WithQuery

The stage of the CustomRecommendation update allowing to specify query.

Method Summary

Modifier and Type Method and Description
abstract Update withQuery(String query)

Specifies the query property: KQL query representing the Recommendation results required..

Method Details

withQuery

public abstract CustomRecommendation.Update withQuery(String query)

Specifies the query property: KQL query representing the Recommendation results required..

Parameters:

query - KQL query representing the Recommendation results required.

Returns:

the next definition stage.

Applies to