Share via


OrchestratorRecognizer.DetectAmbiguousIntents Property

Definition

Gets or sets detect ambiguous intents.

public AdaptiveExpressions.Properties.BoolExpression DetectAmbiguousIntents { get; set; }
member this.DetectAmbiguousIntents : AdaptiveExpressions.Properties.BoolExpression with get, set
Public Property DetectAmbiguousIntents As BoolExpression

Property Value

When true, recognizer will look for ambiguous intents - those within specified threshold to top scoring intent.

Applies to