ConversationalLanguageUnderstandingModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a pattern matching model used for intent recognition.
public sealed class ConversationalLanguageUnderstandingModel : Microsoft.CognitiveServices.Speech.Intent.LanguageUnderstandingModel
type ConversationalLanguageUnderstandingModel = class
inherit LanguageUnderstandingModel
Public NotInheritable Class ConversationalLanguageUnderstandingModel
Inherits LanguageUnderstandingModel
- Inheritance
Constructors
ConversationalLanguageUnderstandingModel(String, String, String, String) |
Creates a Conversational Language Understanding (CLU) model using the specified model ID. |
Properties
DeploymentName |
Conversational Language Understanding deployment name. |
Endpoint |
Conversational Language Understanding deployment endpoint to contact. |
LanguageResourceKey |
This is the Azure language resource key to be used with this model. |
ModelId |
Unique Id for this model. Note for ConversationalLanguageUnderstandingModels this will be set to the ProjectName-DeploymentName. |
ProjectName |
Conversational Language Understanding project name. |