QnAMakerDialogConfiguration interface
- Extends
-
DialogConfiguration
屬性
繼承的屬性
id | 對話框的靜態標識碼。 |
telemetry |
對話框應該使用的遙測用戶端。 |
屬性詳細資料
activeLearningCardTitle
activeLearningCardTitle?: string | Expression | StringExpression
屬性值
string | Expression | StringExpression
cardNoMatchResponse
cardNoMatchResponse?: string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
屬性值
string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
cardNoMatchText
cardNoMatchText?: string | Expression | StringExpression
屬性值
string | Expression | StringExpression
displayPreciseAnswerOnly
displayPreciseAnswerOnly?: boolean
屬性值
boolean
endpointKey
endpointKey?: string | Expression | StringExpression
屬性值
string | Expression | StringExpression
hostname
hostname?: string | Expression | StringExpression
屬性值
string | Expression | StringExpression
includeUnstructuredSources
includeUnstructuredSources?: boolean
屬性值
boolean
isTest
isTest?: boolean
屬性值
boolean
knowledgeBaseId
knowledgeBaseId?: string | Expression | StringExpression
屬性值
string | Expression | StringExpression
logPersonalInformation
logPersonalInformation?: boolean | string | Expression | BoolExpression
屬性值
boolean | string | Expression | BoolExpression
noAnswer
noAnswer?: string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
屬性值
string | Partial<Activity> | TemplateInterface<Partial<Activity>, DialogStateManager>
rankerType
rankerType?: RankerTypes | string | Expression | EnumExpression<RankerTypes>
屬性值
RankerTypes | string | Expression | EnumExpression<RankerTypes>
strictFilters
strictFilters?: QnAMakerMetadata[] | string | Expression | ArrayExpression<QnAMakerMetadata>
屬性值
QnAMakerMetadata[] | string | Expression | ArrayExpression<QnAMakerMetadata>
strictFiltersJoinOperator
threshold
threshold?: number | string | Expression | NumberExpression
屬性值
number | string | Expression | NumberExpression
top
top?: number | string | Expression | IntExpression
屬性值
number | string | Expression | IntExpression
繼承的屬性詳細資料
id
對話框的靜態標識碼。
id?: string
屬性值
string
繼承自 DialogConfiguration.id 的
telemetryClient
對話框應該使用的遙測用戶端。
telemetryClient?: BotTelemetryClient
屬性值
BotTelemetryClient
繼承自 DialogConfiguration.telemetryClient