Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnswerClearedActPayload

Hierarchy

  • AnswerClearedActPayload

Properties

questionId

questionId: string

renderedQuestionShortForm

renderedQuestionShortForm: string

userMentionedQuestion

userMentionedQuestion: boolean

if true, the user gave the answer out-of-order by mentioning a specific question. if false, the user directly answered the asked question

Purpose:

  • may help to decide whether to include the question in the implicit feedback.

Example:

  • if true, prompt = "OK, five stars for customer service."
  • whereas if false, prompt= "OK."