Share via


ExportedLuisOrchestration Class

Definition

Defines the orchestration details for a LUIS application target.

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

Constructors

Name Description
ExportedLuisOrchestration(Guid)

Initializes a new instance of ExportedLuisOrchestration.

Properties

Name Description
AppId

The LUIS application ID.

AppVersion

The targeted version Id.

SlotName

The targeted slot name.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ExportedLuisOrchestration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedLuisOrchestration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportedLuisOrchestration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedLuisOrchestration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedLuisOrchestration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to