QnAMakerDialogConfiguration interface
- Extends
-
DialogConfiguration
Propiedades
Propiedades heredadas
id | Id. estático del cuadro de diálogo. |
telemetry |
Cliente de telemetría que debe usar el cuadro de diálogo. |
Detalles de las propiedades
activeLearningCardTitle
activeLearningCardTitle?: string | Expression | StringExpression
Valor de propiedad
string | Expression | StringExpression
cardNoMatchResponse
cardNoMatchResponse?: string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
Valor de propiedad
string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
cardNoMatchText
cardNoMatchText?: string | Expression | StringExpression
Valor de propiedad
string | Expression | StringExpression
displayPreciseAnswerOnly
displayPreciseAnswerOnly?: boolean
Valor de propiedad
boolean
endpointKey
endpointKey?: string | Expression | StringExpression
Valor de propiedad
string | Expression | StringExpression
hostname
hostname?: string | Expression | StringExpression
Valor de propiedad
string | Expression | StringExpression
includeUnstructuredSources
includeUnstructuredSources?: boolean
Valor de propiedad
boolean
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
noAnswer
noAnswer?: string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
Valor de propiedad
string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
rankerType
rankerType?: RankerTypes | string | Expression | EnumExpression<RankerTypes>
Valor de propiedad
RankerTypes | string | Expression | EnumExpression<RankerTypes>
strictFilters
strictFilters?: QnAMakerMetadata[] | string | Expression | ArrayExpression<QnAMakerMetadata>
Valor de propiedad
QnAMakerMetadata[] | string | Expression | ArrayExpression<QnAMakerMetadata>
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. estático del cuadro de diálogo.
id?: string
Valor de propiedad
string
heredado de DialogConfiguration.id
telemetryClient
Cliente de telemetría que debe usar el cuadro de diálogo.
telemetryClient?: BotTelemetryClient
Valor de propiedad
BotTelemetryClient
Heredado de DialogConfiguration.telemetryClient