ITelemetryQnAMaker Interface
Definition
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.
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. |