QnAMakerRecognizerConfiguration interface

Extends

RecognizerConfiguration

Properties

context
endpointKey
hostname
includeDialogNameInMetadata
isTest
knowledgeBaseId
logPersonalInformation
metadata
qnaId
rankerType
strictFiltersJoinOperator
threshold
top

Inherited Properties

id
telemetryClient

Property Details

context

context?: QnARequestContext | string | Expression | ObjectExpression<QnARequestContext>

Property Value

QnARequestContext | string | Expression | ObjectExpression<QnARequestContext>

endpointKey

endpointKey?: string | Expression | StringExpression

Property Value

string | Expression | StringExpression

hostname

hostname?: string | Expression | StringExpression

Property Value

string | Expression | StringExpression

includeDialogNameInMetadata

includeDialogNameInMetadata?: boolean | string | Expression | BoolExpression

Property Value

boolean | string | Expression | BoolExpression

isTest

isTest?: boolean

Property Value

boolean

knowledgeBaseId

knowledgeBaseId?: string | Expression | StringExpression

Property Value

string | Expression | StringExpression

logPersonalInformation

logPersonalInformation?: boolean | string | Expression | BoolExpression

Property Value

boolean | string | Expression | BoolExpression

metadata

metadata?: QnAMakerMetadata[] | string | Expression | ArrayExpression<QnAMakerMetadata>

Property Value

QnAMakerMetadata[] | string | Expression | ArrayExpression<QnAMakerMetadata>

qnaId

qnaId?: number | string | Expression | IntExpression

Property Value

number | string | Expression | IntExpression

rankerType

rankerType?: string | Expression | StringExpression

Property Value

string | Expression | StringExpression

strictFiltersJoinOperator

strictFiltersJoinOperator?: JoinOperator

Property Value

threshold

threshold?: number | string | Expression | NumberExpression

Property Value

number | string | Expression | NumberExpression

top

top?: number | string | Expression | IntExpression

Property Value

number | string | Expression | IntExpression

Inherited Property Details

id

id?: string

Property Value

string

Inherited From RecognizerConfiguration.id

telemetryClient

telemetryClient?: BotTelemetryClient

Property Value

BotTelemetryClient

Inherited From RecognizerConfiguration.telemetryClient