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
Meta::WitAi::ValidatePartialIntent extends Meta.Conduit.ConduitActionAttribute.

Overview

Public Member Functions

ValidatePartialIntent
( string intent,
float minConfidence,
float maxConfidence )
Triggers a method to be executed if it matches a voice command's intent

Details

Member Functions

Meta.WitAi.ValidatePartialIntent.ValidatePartialIntent
( 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
minConfidence
The minimum confidence value (0-1) needed to match
maxConfidence
The maximum confidence value(0-1) needed to match
Did you find this page helpful?
Thumbs up icon
Thumbs down icon