PromptRecognizeChoicesOptions.AllowPartialMatches Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
(Optional) if true, then only some of the tokens in a value need to exist to be considered a match.The default value is "false".
public bool? AllowPartialMatches { get; set; }
member this.AllowPartialMatches : Nullable<bool> with get, set
Public Property AllowPartialMatches As Nullable(Of Boolean)