QnATelemetryConstants Class
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.
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. |