QnAMakerDialogConfiguration interface
- Extends
-
DialogConfiguration
Proprietà
Proprietà ereditate
id | ID statico del dialogo. |
telemetry |
Il client di telemetria deve usare la finestra di dialogo. |
Dettagli proprietà
activeLearningCardTitle
activeLearningCardTitle?: string | Expression | StringExpression
Valore della proprietà
string | Expression | StringExpression
cardNoMatchResponse
cardNoMatchResponse?: string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
Valore della proprietà
string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
cardNoMatchText
cardNoMatchText?: string | Expression | StringExpression
Valore della proprietà
string | Expression | StringExpression
displayPreciseAnswerOnly
displayPreciseAnswerOnly?: boolean
Valore della proprietà
boolean
endpointKey
endpointKey?: string | Expression | StringExpression
Valore della proprietà
string | Expression | StringExpression
hostname
hostname?: string | Expression | StringExpression
Valore della proprietà
string | Expression | StringExpression
includeUnstructuredSources
includeUnstructuredSources?: boolean
Valore della proprietà
boolean
isTest
isTest?: boolean
Valore della proprietà
boolean
knowledgeBaseId
knowledgeBaseId?: string | Expression | StringExpression
Valore della proprietà
string | Expression | StringExpression
logPersonalInformation
logPersonalInformation?: boolean | string | Expression | BoolExpression
Valore della proprietà
boolean | string | Expression | BoolExpression
noAnswer
noAnswer?: string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
Valore della proprietà
string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
rankerType
rankerType?: RankerTypes | string | Expression | EnumExpression<RankerTypes>
Valore della proprietà
RankerTypes | string | Expression | EnumExpression<RankerTypes>
strictFilters
strictFilters?: QnAMakerMetadata[] | string | Expression | ArrayExpression<QnAMakerMetadata>
Valore della proprietà
QnAMakerMetadata[] | string | Expression | ArrayExpression<QnAMakerMetadata>
strictFiltersJoinOperator
threshold
threshold?: number | string | Expression | NumberExpression
Valore della proprietà
number | string | Expression | NumberExpression
top
top?: number | string | Expression | IntExpression
Valore della proprietà
number | string | Expression | IntExpression
Dettagli proprietà ereditate
id
ID statico del dialogo.
id?: string
Valore della proprietà
string
ereditato da DialogConfiguration.id
telemetryClient
Il client di telemetria deve usare la finestra di dialogo.
telemetryClient?: BotTelemetryClient
Valore della proprietà
BotTelemetryClient
ereditato da DialogConfiguration.telemetryClient