Feedback
-
Provides an encapsulation for feedback data gathered from end users. For example, a survey form containing questions about a specific feature (
See morecontext
), a rating (e.g., 1-5 stars, or thumbs up/down) given by the end user (score
), and optional comments (comment
). Thescore
property must be within the bounds ofminimumScore
andmaximumScore
; if it exceeds either bound, the property will be set to the minimum or maximum score, respectively.Declaration
Swift
public struct Feedback : Codable