Поделиться через


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

ExportedLuisOrchestration(Guid)

Initializes a new instance of ExportedLuisOrchestration.

Properties

AppId

The LUIS application ID.

AppVersion

The targeted version Id.

SlotName

The targeted slot name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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