// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // UserExperienceAnalyticsCategory The user experience analytics category entity contains the scores and insights for the various metrics of a category. type UserExperienceAnalyticsCategory struct { // Entity is the base model of UserExperienceAnalyticsCategory Entity // Insights The insights for the user experience analytics category. Insights []UserExperienceAnalyticsInsight `json:"insights,omitempty"` // MetricValues undocumented MetricValues []UserExperienceAnalyticsMetric `json:"metricValues,omitempty"` }