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

MatchIntent Class

Triggers a method to be executed if it matches a voice command's intent
Meta::WitAi::MatchIntent extends Meta.Conduit.ConduitActionAttribute.

Overview

Public Member Functions

MatchIntent
( 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.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
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