Share via


LanguageUnderstandingModel.FromAppId(String) メソッド

定義

サービスのアプリケーション ID を使用して言語理解モデルLanguage Understanding作成します。

public static Microsoft.CognitiveServices.Speech.Intent.LanguageUnderstandingModel FromAppId (string appId);
static member FromAppId : string -> Microsoft.CognitiveServices.Speech.Intent.LanguageUnderstandingModel
Public Shared Function FromAppId (appId As String) As LanguageUnderstandingModel

パラメーター

appId
String

LUIS ポータルのアプリ ID。

戻り値

作成される言語理解モデル。

注釈

LanguageUnderstandingModel と意図を追加する」も参照してください

適用対象