ExportedLuisOrchestrationDetails(ExportedLuisOrchestration) Constructor
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.
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.