Recognizer.NoneIntent Field
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.
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.