AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class IntentClassifierResponse

    Inheritance
    object
    IntentClassifierResponse
    Namespace: Glitch9.AIDevKit.OpenAI.Assistants
    Assembly: .dll
    Syntax
    public class IntentClassifierResponse

    Properties

    IntentType

    Declaration
    [JsonSchema("intent_type", Description = "The determined intent type of the input text.", Required = true)]
    public IntentType IntentType { get; set; }
    Property Value
    Type Description
    IntentType
    In this article
    Back to top Generated by DocFX