ConversationAnalysisAuthoringModelFactory.ExportedLuisOrchestration 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 ExportedLuisOrchestration.
public static Azure.AI.Language.Conversations.Authoring.ExportedLuisOrchestration ExportedLuisOrchestration(Guid appId = default, string appVersion = default, string slotName = default);
static member ExportedLuisOrchestration : Guid * string * string -> Azure.AI.Language.Conversations.Authoring.ExportedLuisOrchestration
Public Shared Function ExportedLuisOrchestration (Optional appId As Guid = Nothing, Optional appVersion As String = Nothing, Optional slotName As String = Nothing) As ExportedLuisOrchestration
Parameters
- appId
- Guid
The LUIS application ID.
- appVersion
- String
The targeted version Id.
- slotName
- String
The targeted slot name.
Returns
A new ExportedLuisOrchestration instance for mocking.