Triggers a method to be executed if it matches a voice command's intent |
Meta.WitAi.MatchIntent.MatchIntent ( string intent, float minConfidence, float maxConfidence ) |
---|
Triggers a method to be executed if it matches a voice command's intent Parameters intent The name of the intent to match minConfidenceThe minimum confidence value (0-1) needed to match maxConfidenceThe maximum confidence value(0-1) needed to match |