共用方式為


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 物件。

傳回

布林值,指出 Bot 組態檔的 QnAMaker 金鑰是否存在。

適用於