ConversationAuthoringAssignedProjectResource(String, String) Constructor

Definition

Initializes a new instance of ConversationAuthoringAssignedProjectResource.

public ConversationAuthoringAssignedProjectResource(string resourceId, string region);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringAssignedProjectResource : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringAssignedProjectResource
Public Sub New (resourceId As String, region As String)

Parameters

resourceId
String

The Azure resource ID of the language or AI resource.

region
String

The Azure resource region.

Exceptions

resourceId or region is null.

Applies to