Share via


ConversationalLanguageUnderstandingModel クラス

定義

意図認識に使用されるパターン マッチング モデルを表します。

public sealed class ConversationalLanguageUnderstandingModel : Microsoft.CognitiveServices.Speech.Intent.LanguageUnderstandingModel
type ConversationalLanguageUnderstandingModel = class
    inherit LanguageUnderstandingModel
Public NotInheritable Class ConversationalLanguageUnderstandingModel
Inherits LanguageUnderstandingModel
継承
ConversationalLanguageUnderstandingModel

コンストラクター

ConversationalLanguageUnderstandingModel(String, String, String, String)

指定したモデル ID を使用して、Conversational Language Understanding (CLU) モデルを作成します。

プロパティ

DeploymentName

会話型Language Understandingデプロイ名。

Endpoint

通信する会話型Language Understandingデプロイ エンドポイント。

LanguageResourceKey

これは、このモデルで使用される Azure 言語リソース キーです。

ModelId

このモデルの一意の ID。 ConversationalLanguageUnderstandingModels の場合、これは ProjectName-DeploymentName に設定されます。

ProjectName

会話型Language Understandingプロジェクト名。

適用対象