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 |