Share via


LUISRuntimeClient クラス

継承
LUISRuntimeClient

コンストラクター

LUISRuntimeClient(endpoint, credentials)

パラメーター

endpoint
str
必須

サポートされている Cognitive Services エンドポイント (プロトコルとホスト名など)。 https://westus.api.cognitive.microsoft.com

credentials
None
必須

クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。

変数

config
LUISRuntimeClientConfiguration

クライアントの構成。

prediction
PredictionOperations

予測操作

メソッド

close

keep_aliveが True の場合は、クライアントを閉じます。

close

keep_aliveが True の場合は、クライアントを閉じます。

close() -> None