Class IntentClassifier
Inheritance
object
IntentClassifier
Namespace: Glitch9.AIDevKit.OpenAI.Assistants
Assembly: .dll
Syntax
public class IntentClassifier
Methods
ExecuteAsync(string)
Declaration
public UniTask<IntentType> ExecuteAsync(string inputText)
Parameters
Type | Name | Description |
---|---|---|
string | inputText |
Returns
Type | Description |
---|---|
UniTask<IntentType> |