Delen via


ConversationalLanguageUnderstandingModel Class

Definition

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
ConversationalLanguageUnderstandingModel

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.

Applies to