ExportedConversationOrchestration(String, String) 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 ExportedConversationOrchestration.
public ExportedConversationOrchestration(string projectName, string deploymentName);
new Azure.AI.Language.Conversations.Authoring.ExportedConversationOrchestration : string * string -> Azure.AI.Language.Conversations.Authoring.ExportedConversationOrchestration
Public Sub New (projectName As String, deploymentName As String)
Parameters
- projectName
- String
The name of the targeted project.
- deploymentName
- String
The name of the targeted deployment.
Exceptions
projectName or deploymentName is null.