Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 562 Bytes

File metadata and controls

28 lines (19 loc) · 562 Bytes

Feedback

When feedback is enabled, assistant messages can be marked:

  • Helpful
  • Not helpful

After a visitor selects one option, the selected button is highlighted and the opposite option is disabled.

Feedback submissions are also recorded as usage analytics events when analytics are enabled.

Learning From Feedback

Helpful answers can be saved into learning memory when from_liked_answers is enabled.

'learning' => [
    'from_liked_answers' => true,
],

Disable Feedback

'features' => [
    'feedback' => false,
],