Share via


ITelemetryRecognizer 接口

定义

支持遥测的识别器。

public interface ITelemetryRecognizer : Microsoft.Bot.Builder.IRecognizer
type ITelemetryRecognizer = interface
    interface IRecognizer
Public Interface ITelemetryRecognizer
Implements IRecognizer
派生
实现

属性

LogPersonalInformation

获取一个值,该值指示是否确定是否记录来自用户的个人信息。

TelemetryClient

获取当前配置的 IBotTelemetryClient ,该事件记录 LuisResult 事件。

方法

RecognizeAsync(ITurnContext, CancellationToken)

通过识别器运行言语,并返回泛型识别器结果。

(继承自 IRecognizer)
RecognizeAsync(ITurnContext, Dictionary<String,String>, Dictionary<String,Double>, CancellationToken)

返回分析结果, (使用轮次上下文) 建议的意向和实体。

RecognizeAsync<T>(ITurnContext, CancellationToken)

通过识别器运行言语,并返回强类型识别器结果。

RecognizeAsync<T>(ITurnContext, Dictionary<String,String>, Dictionary<String,Double>, CancellationToken)

通过识别器运行言语,并返回强类型识别器结果。

适用于