dialoguekit.core.feedback¶
Interface representing user’s feedback.
Currently only binary feedback is supported on the utterance level. Later, it might be extended to graded feedback as well as with conversation-level feedback.
Classes¶
Represents binary feedback provided by a user. |
|
Represents feedback provided for the utterance. |
Module Contents¶
- class dialoguekit.core.feedback.BinaryFeedback¶
Bases:
enum.Enum
Represents binary feedback provided by a user.
- NEGATIVE = 0¶
- POSITIVE = 1¶
- class dialoguekit.core.feedback.UtteranceFeedback¶
Represents feedback provided for the utterance.
- utterance_id: str¶
- feedback: BinaryFeedback¶