Share via


ExportedConversationOrchestration(String, String) Constructor

Definition

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.

Applies to