Share via


ExportedLuisOrchestrationDetails(ExportedLuisOrchestration) Constructor

Definition

Initializes a new instance of ExportedLuisOrchestrationDetails.

public ExportedLuisOrchestrationDetails(Azure.AI.Language.Conversations.Authoring.ExportedLuisOrchestration luisOrchestration);
new Azure.AI.Language.Conversations.Authoring.ExportedLuisOrchestrationDetails : Azure.AI.Language.Conversations.Authoring.ExportedLuisOrchestration -> Azure.AI.Language.Conversations.Authoring.ExportedLuisOrchestrationDetails
Public Sub New (luisOrchestration As ExportedLuisOrchestration)

Parameters

luisOrchestration
ExportedLuisOrchestration

The LUIS application target details.

Exceptions

luisOrchestration is null.

Applies to