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


ExportedLuisOrchestrationDetails Class

Definition

Represents the orchestration options for a LUIS application target.

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

Constructors

ExportedLuisOrchestrationDetails(ExportedLuisOrchestration)

Initializes a new instance of ExportedLuisOrchestrationDetails.

Properties

LuisOrchestration

The LUIS application target details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedLuisOrchestrationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedLuisOrchestrationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ExportedOrchestrationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ExportedOrchestrationDetails)
IPersistableModel<ExportedLuisOrchestrationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedLuisOrchestrationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedLuisOrchestrationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ExportedOrchestrationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ExportedOrchestrationDetails)

Applies to