Partager via


CustomSentimentAnalysisActionContent(String, String) Constructor

Definition

Initializes a new instance of CustomSentimentAnalysisActionContent.

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

Parameters

projectName
String

This field indicates the project name for the model.

deploymentName
String

This field indicates the deployment name for the model.

Exceptions

projectName or deploymentName is null.

Applies to