ConversationalLanguageUnderstandingModel Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un modèle de Language Understanding conversationnel (CLU) à l’aide de l’ID de modèle spécifié.
public ConversationalLanguageUnderstandingModel (string languageResourceKey, string endpoint, string projectName, string deploymentName);
new Microsoft.CognitiveServices.Speech.Intent.ConversationalLanguageUnderstandingModel : string * string * string * string -> Microsoft.CognitiveServices.Speech.Intent.ConversationalLanguageUnderstandingModel
Public Sub New (languageResourceKey As String, endpoint As String, projectName As String, deploymentName As String)
Paramètres
- languageResourceKey
- String
Clé de ressource Azure Language.
- endpoint
- String
Point de terminaison de ressource Azure Language.
- projectName
- String
Nom du projet conversationnel Language Understanding.
- deploymentName
- String
Nom du déploiement conversationnel Language Understanding.
S’applique à
Azure SDK for .NET