QnAMakerDialogResponseOptions interface
QnAMakerDialog response options.
Properties
active |
Title for active learning card. |
card |
Activity to be sent in the end that the 'no match' option is selected on active learning card. |
card |
Text shown for 'no match' option on active learning card. |
display |
Indicates whether the dialog response should display only precise answers. |
no |
Activity to be sent in the event of no answer found in KB. |
Property Details
activeLearningCardTitle
Title for active learning card.
activeLearningCardTitle: string
Property Value
string
cardNoMatchResponse
Activity to be sent in the end that the 'no match' option is selected on active learning card.
cardNoMatchResponse: Partial<Activity>
Property Value
Partial<Activity>
cardNoMatchText
Text shown for 'no match' option on active learning card.
cardNoMatchText: string
Property Value
string
displayPreciseAnswerOnly
Indicates whether the dialog response should display only precise answers.
displayPreciseAnswerOnly: boolean
Property Value
boolean
noAnswer
Activity to be sent in the event of no answer found in KB.
noAnswer: Partial<Activity>
Property Value
Partial<Activity>