Share via


QnAMakerTraceInfo Class

Definition

This class represents all the trace info that we collect from the QnAMaker Middleware.

public class QnAMakerTraceInfo
type QnAMakerTraceInfo = class
Public Class QnAMakerTraceInfo
Inheritance
QnAMakerTraceInfo

Constructors

QnAMakerTraceInfo()

Properties

Context

Gets or sets context for multi-turn responses.

EnablePreciseAnswer

Gets or sets a value indicating whether to enable or disable Answer Span prediction.

Filters

Gets or sets the metadata and sources used to filter QnA Maker results.

IncludeUnstructuredSources

Gets or sets a value indicating whether to enable Query over Unstructured Sources.

IsTest

Gets or sets a value indicating whether gets or sets environment of knowledgebase to be called.

KnowledgeBaseId

Gets or sets iD of the Knowledgebase that is being used.

Message

Gets or sets message which instigated the query to QnAMaker.

MetadataBoost
Obsolete.

Gets or sets the Metadata collection to be sent when calling QnA Maker to boost results.

QnAId

Gets or sets QnA Id of the current question asked.

QueryResults

Gets or sets results that QnAMaker returned.

RankerType

Gets or sets ranker Types.

ScoreThreshold

Gets or sets the minimum score threshold, used to filter returned results.

StrictFilters

Gets or sets the filters used to return answers that have the specified metadata.

Top

Gets or sets number of ranked results that are asked to be returned.

Applies to