Share via


QnATelemetryConstants Class

Definition

Default QnA event and property names logged using IBotTelemetryClient.

public static class QnATelemetryConstants
type QnATelemetryConstants = class
Public Class QnATelemetryConstants
Inheritance
QnATelemetryConstants

Fields

AnswerProperty

The Key used when storing a QnA Answer in a custom event within telemetry.

ArticleFoundProperty

The Key used when storing a flag indicating if a QnA article was found in a custom event within telemetry.

ChannelIdProperty

The Key used when storing the Channel ID in a custom event within telemetry.

KnowledgeBaseIdProperty

The Key used when storing a QnA Knowledge Base ID in a custom event within telemetry.

MatchedQuestionProperty

The Key used when storing a matched question ID in a custom event within telemetry.

QnaMsgEvent

The Key used for the custom event type within telemetry.

QuestionIdProperty

The Key used when storing the identified question ID in a custom event within telemetry.

QuestionProperty

The Key used when storing the identified question text in a custom event within telemetry.

ScoreProperty

The Key used when storing a QnA Maker result score in a custom event within telemetry.

UsernameProperty

The Key used when storing a username in a custom event within telemetry.

Applies to