Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 21.6 KB

File metadata and controls

24 lines (21 loc) · 21.6 KB

ManualFeedbackInfo

Fields

Field Type Required Description
email Optional<String> : 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<ManualFeedbackInfoSource> The source associated with the Feedback.event.MANUAL_FEEDBACK event.
issue Optional<String> : 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<Issue> The issue(s) the user indicated in the feedback.
imageUrls List<String> URLs of images uploaded by user when providing feedback
query Optional<String> The query associated with the Feedback.event.MANUAL_FEEDBACK event.
obscuredQuery Optional<String> 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.
activeTab Optional<String> Which tabs the user had chosen at the time of the Feedback.event.MANUAL_FEEDBACK event. For search feedback events only.
comments Optional<String> The comments users can optionally add to the Feedback.event.MANUAL_FEEDBACK events.
searchResults List<String> The array of search result Glean Document IDs, ordered by top to bottom result.
previousMessages List<String> The array of previous messages in a chat session, ordered by oldest to newest.
chatTranscript List<FeedbackChatExchange> Array of previous request/response exchanges, ordered by oldest to newest.
numQueriesFromFirstRun Optional<Long> How many times this query has been run in the past.
vote Optional<ManualFeedbackInfoVote> The vote associated with the Feedback.event.MANUAL_FEEDBACK event.
rating Optional<Long> A rating associated with the user feedback. The value will be between one and the maximum given by ratingScale, inclusive.
ratingKey Optional<String> A description of the rating that contextualizes how it appeared to the user, e.g. "satisfied".
ratingScale Optional<Long> 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.