Del via


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 WithCreate 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:

query - KQL query representing the Recommendation results required.

Returns:

the next definition stage.

Applies to