Interface IQuerySuggestCompletion

The IQuerySuggestCompletion interface describes a completion suggestion from the Coveo Machine Learning service (see Coveo Machine Learning.

Index

Properties

executableConfidence

executableConfidence: number

Contains a value indicating the confidence level that this suggestion should be executed.

expression

expression: string

Contains the expression to complete.

highlighted

highlighted: string

Contains the highlighted expression to complete.

score

score: number

Contains a value indicating how certain the Coveo Machine Learning service is that this suggestion is actually relevant.

Hierarchy

  • IQuerySuggestCompletion