AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    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>
    In this article
    Back to top Generated by DocFX