次の方法で共有


ConversationLanguageUnderstandingActionContent(String, String) Constructor

Definition

Initializes a new instance of ConversationLanguageUnderstandingActionContent.

public ConversationLanguageUnderstandingActionContent (string projectName, string deploymentName);
new Azure.AI.Language.Conversations.Models.ConversationLanguageUnderstandingActionContent : string * string -> Azure.AI.Language.Conversations.Models.ConversationLanguageUnderstandingActionContent
Public Sub New (projectName As String, deploymentName As String)

Parameters

projectName
String

The name of the project to use.

deploymentName
String

The name of the deployment to use.

Exceptions

projectName or deploymentName is null.

Applies to