次の方法で共有


BotConfigurationExtensions.ValidateQnAKeyExistence(BotConfiguration) メソッド

定義

QnAMakerService キーが定義されているかどうかを確認します。

public static (bool IsValid, string ErrMsg) ValidateQnAKeyExistence (this Microsoft.Bot.Configuration.BotConfiguration botConfiguration);
static member ValidateQnAKeyExistence : Microsoft.Bot.Configuration.BotConfiguration -> ValueTuple<bool, string>
<Extension()>
Public Function ValidateQnAKeyExistence (botConfiguration As BotConfiguration) As ValueTuple(Of Boolean, String)

パラメーター

botConfiguration
BotConfiguration

拡張する BotConfiguration オブジェクト。

戻り値

ボット構成ファイルの QnAMaker キーが存在するかどうかを示すブール値。

適用対象