MessageUsefulnessFeedback¶
Structure Class¶
MessageUsefulnessFeedback
dataclass
¶
End user feedback on an AI-generated web experience chat message usefulness.
Attributes¶
comment
class-attribute
instance-attribute
¶
comment: str | None = None
A comment given by an end user on the usefulness of an AI-generated chat message.
reason
class-attribute
instance-attribute
¶
reason: MessageUsefulnessReason | None = None
The reason for a usefulness rating.
submitted_at
instance-attribute
¶
submitted_at: datetime
The timestamp for when the feedback was submitted.
usefulness
instance-attribute
¶
usefulness: MessageUsefulness
The usefulness value assigned by an end user to a message.