| Field | Type | Required | Description |
|---|---|---|---|
email |
Optional[str] | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. The email address of the user who submitted the Feedback.event.MANUAL_FEEDBACK event. |
source |
Optional[models.ManualFeedbackInfoSource] | ➖ | The source associated with the Feedback.event.MANUAL_FEEDBACK event. |
issue |
Optional[str] | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. The issue the user indicated in the feedback. |
issues |
List[models.Issue] | ➖ | The issue(s) the user indicated in the feedback. |
image_urls |
List[str] | ➖ | URLs of images uploaded by user when providing feedback |
query |
Optional[str] | ➖ | The query associated with the Feedback.event.MANUAL_FEEDBACK event. |
obscured_query |
Optional[str] | ➖ | The query associated with the Feedback.event.MANUAL_FEEDBACK event, but obscured such that the vowels are replaced with special characters. For search feedback events only. |
active_tab |
Optional[str] | ➖ | Which tabs the user had chosen at the time of the Feedback.event.MANUAL_FEEDBACK event. For search feedback events only. |
comments |
Optional[str] | ➖ | The comments users can optionally add to the Feedback.event.MANUAL_FEEDBACK events. |
search_results |
List[str] | ➖ | The array of search result Glean Document IDs, ordered by top to bottom result. |
previous_messages |
List[str] | ➖ | The array of previous messages in a chat session, ordered by oldest to newest. |
chat_transcript |
List[models.FeedbackChatExchange] | ➖ | Array of previous request/response exchanges, ordered by oldest to newest. |
num_queries_from_first_run |
Optional[int] | ➖ | How many times this query has been run in the past. |
vote |
Optional[models.ManualFeedbackInfoVote] | ➖ | The vote associated with the Feedback.event.MANUAL_FEEDBACK event. |
rating |
Optional[int] | ➖ | A rating associated with the user feedback. The value will be between one and the maximum given by ratingScale, inclusive. |
rating_key |
Optional[str] | ➖ | A description of the rating that contextualizes how it appeared to the user, e.g. "satisfied". |
rating_scale |
Optional[int] | ➖ | The scale of comparison for a rating associated with the feedback. Rating values start from one and go up to the maximum specified by ratingScale. For example, a five-option satisfaction rating will have a ratingScale of 5 and a thumbs-up/thumbs-down rating will have a ratingScale of 2. |