QnAMakerDialogResponseOptions interface

QnAMakerDialog response options.

Properties

activeLearningCardTitle

Title for active learning card.

cardNoMatchResponse

Activity to be sent in the end that the 'no match' option is selected on active learning card.

cardNoMatchText

Text shown for 'no match' option on active learning card.

displayPreciseAnswerOnly

Indicates whether the dialog response should display only precise answers.

noAnswer

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>