ExportedLuisOrchestrationDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Implements
Constructors
ExportedLuisOrchestrationDetails(ExportedLuisOrchestration) |
Initializes a new instance of ExportedLuisOrchestrationDetails. |
Properties
LuisOrchestration |
The LUIS application target details. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |