Share via


ConversationAnalysisAuthoringClient.GetExportedModel(String, String) Method

Definition

Initializes a new instance of ConversationAuthoringModels.

public virtual Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedModel GetExportedModel(string projectName, string exportedModelName);
abstract member GetExportedModel : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedModel
override this.GetExportedModel : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedModel
Public Overridable Function GetExportedModel (projectName As String, exportedModelName As String) As ConversationAuthoringExportedModel

Parameters

projectName
String

The project name to use for this subclient.

exportedModelName
String

The exported model name to use for this subclient.

Returns

Applies to