Share via


LuisCallingConfig Class

Definition

This customizes how the service calls LUIS Generally Available projects.

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

Constructors

LuisCallingConfig()

Initializes a new instance of LuisCallingConfig.

Properties

BingSpellCheckSubscriptionKey

The subscription key to use when enabling Bing spell check.

Log

Save log to add in training utterances later.

ShowAllIntents

Set true to show all intents.

SpellCheck

Enable spell checking.

TimezoneOffset

The timezone offset for the location of the request.

Verbose

Enable verbose response.

Explicit Interface Implementations

IJsonModel<LuisCallingConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LuisCallingConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LuisCallingConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LuisCallingConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LuisCallingConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to