Share via


LuisConfig Class

Definition

This is a set of request parameters for LUIS Generally Available projects.

public class LuisConfig : Azure.AI.Language.Conversations.Models.AnalysisConfig, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.LuisConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.LuisConfig>
type LuisConfig = class
    inherit AnalysisConfig
    interface IJsonModel<LuisConfig>
    interface IPersistableModel<LuisConfig>
Public Class LuisConfig
Inherits AnalysisConfig
Implements IJsonModel(Of LuisConfig), IPersistableModel(Of LuisConfig)
Inheritance
LuisConfig
Implements

Constructors

LuisConfig()

Initializes a new instance of LuisConfig.

Properties

ApiVersion

The API version to use when call a specific target service.

(Inherited from AnalysisConfig)
CallingOptions

This customizes how the service calls LUIS Generally Available projects.

Query

The utterance to predict.

Explicit Interface Implementations

IJsonModel<AnalysisConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from AnalysisConfig)
IJsonModel<AnalysisConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalysisConfig)
IJsonModel<LuisConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LuisConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalysisConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AnalysisConfig)
IPersistableModel<AnalysisConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from AnalysisConfig)
IPersistableModel<AnalysisConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AnalysisConfig)
IPersistableModel<LuisConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LuisConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LuisConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to