你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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