API reference
API reference
Select your platform
No SDKs available
No versions available

ValidatePartialIntent Class

Triggers a method to be executed if it matches a voice command's intent

Constructors

ValidatePartialIntent ( intent , minConfidence , maxConfidence )
Triggers a method to be executed if it matches a voice command's intent
Signature
Meta.WitAi.ValidatePartialIntent.ValidatePartialIntent(string intent, float minConfidence=DEFAULT_MIN_CONFIDENCE, float maxConfidence=DEFAULT_MAX_CONFIDENCE)
Parameters
intent: string  The name of the intent to match
minConfidence: float  The minimum confidence value (0-1) needed to match
maxConfidence: float  The maximum confidence value(0-1) needed to match