QnAMakerRecognizerConfiguration interface
- Extends
-
RecognizerConfiguration
Propiedades
context | |
endpoint |
|
hostname | |
include |
|
is |
|
knowledge |
|
log |
|
metadata | |
qna |
|
ranker |
|
strict |
|
threshold | |
top |
Propiedades heredadas
id | |
telemetry |
Detalles de las propiedades
context
context?: QnARequestContext | string | Expression | ObjectExpression<QnARequestContext>
Valor de propiedad
QnARequestContext | string | Expression | ObjectExpression<QnARequestContext>
endpointKey
endpointKey?: string | Expression | StringExpression
Valor de propiedad
string | Expression | StringExpression
hostname
hostname?: string | Expression | StringExpression
Valor de propiedad
string | Expression | StringExpression
includeDialogNameInMetadata
includeDialogNameInMetadata?: boolean | string | Expression | BoolExpression
Valor de propiedad
boolean | string | Expression | BoolExpression
isTest
isTest?: boolean
Valor de propiedad
boolean
knowledgeBaseId
knowledgeBaseId?: string | Expression | StringExpression
Valor de propiedad
string | Expression | StringExpression
logPersonalInformation
logPersonalInformation?: boolean | string | Expression | BoolExpression
Valor de propiedad
boolean | string | Expression | BoolExpression
metadata
metadata?: QnAMakerMetadata[] | string | Expression | ArrayExpression<QnAMakerMetadata>
Valor de propiedad
QnAMakerMetadata[] | string | Expression | ArrayExpression<QnAMakerMetadata>
qnaId
qnaId?: number | string | Expression | IntExpression
Valor de propiedad
number | string | Expression | IntExpression
rankerType
rankerType?: string | Expression | StringExpression
Valor de propiedad
string | Expression | StringExpression
strictFiltersJoinOperator
threshold
threshold?: number | string | Expression | NumberExpression
Valor de propiedad
number | string | Expression | NumberExpression
top
top?: number | string | Expression | IntExpression
Valor de propiedad
number | string | Expression | IntExpression
Detalles de las propiedades heredadas
id
id?: string
Valor de propiedad
string
heredado de RecognizerConfiguration.id
telemetryClient
telemetryClient?: BotTelemetryClient
Valor de propiedad
BotTelemetryClient
Heredado de RecognizerConfiguration.telemetryClient