Share via


ITelemetryQnAMaker Interface

Definition

Interface for adding telemetry logging capabilities to QnAMaker.

public interface ITelemetryQnAMaker
type ITelemetryQnAMaker = interface
Public Interface ITelemetryQnAMaker
Derived

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 QnaMessage event.

Methods

GetAnswersAsync(ITurnContext, QnAMakerOptions, Dictionary<String,String>, Dictionary<String,Double>)

Generates an answer from the knowledge base.

Applies to