Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ITelemetryRecognizer Interface

Definition

Namespace:
Microsoft.Bot.Builder.AI.Luis
Assembly:
Microsoft.Bot.Builder.AI.Luis.dll
Package:
Microsoft.Bot.Builder.AI.Luis v4.22.7

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Recognizer with Telemetry support.

public interface ITelemetryRecognizer : Microsoft.Bot.Builder.IRecognizer
type ITelemetryRecognizer = interface
 interface IRecognizer
Public Interface ITelemetryRecognizer
Implements IRecognizer
Derived
Implements

Properties

LogPersonalInformation

Gets a value indicating whether determines whether to log personal information that came from the user.

TelemetryClient

Gets the currently configured IBotTelemetryClient that logs the LuisResult event.

Methods

RecognizeAsync(ITurnContext, CancellationToken)

Runs an utterance through a recognizer and returns a generic recognizer result.

(Inherited from IRecognizer)
RecognizeAsync(ITurnContext, Dictionary<String,String>, Dictionary<String,Double>, CancellationToken)

Return results of the analysis (suggested intents and entities) using the turn context.

RecognizeAsync<T>(ITurnContext, CancellationToken)

Runs an utterance through a recognizer and returns a strongly-typed recognizer result.

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

Runs an utterance through a recognizer and returns a strongly-typed recognizer result.

Applies to