ConversationAnalysisAuthoringModelFactory.ExportedLuisOrchestrationDetails Method
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 static Azure.AI.Language.Conversations.Authoring.ExportedLuisOrchestrationDetails ExportedLuisOrchestrationDetails(Azure.AI.Language.Conversations.Authoring.ExportedLuisOrchestration luisOrchestration = default);
static member ExportedLuisOrchestrationDetails : Azure.AI.Language.Conversations.Authoring.ExportedLuisOrchestration -> Azure.AI.Language.Conversations.Authoring.ExportedLuisOrchestrationDetails
Public Shared Function ExportedLuisOrchestrationDetails (Optional luisOrchestration As ExportedLuisOrchestration = Nothing) As ExportedLuisOrchestrationDetails
Parameters
- luisOrchestration
- ExportedLuisOrchestration
The LUIS application target details.
Returns
A new ExportedLuisOrchestrationDetails instance for mocking.