Recognizer.NoneIntent Field

Definition

Standard none intent that means none of the recognizers recognize the intent.

public const string NoneIntent;
val mutable NoneIntent : string
Public Const NoneIntent As String 

Field Value

Remarks

If each recognizer returns no intents or None intents, then this recognizer will return None intent.

Applies to