/** * The BotTelemetryClient event, property and metric names that logged by default. */ export declare class QnATelemetryConstants { static readonly qnaMessageEvent: string; static readonly knowledgeBaseIdProperty: string; static readonly answerProperty: string; static readonly articleFoundProperty: string; static readonly channelIdProperty: string; static readonly conversationIdProperty: string; static readonly questionProperty: string; static readonly matchedQuestionProperty: string; static readonly questionIdProperty: string; static readonly scoreMetric: string; static readonly usernameProperty: string; } //# sourceMappingURL=qnaTelemetryConstants.d.ts.map