Social Reviews ᴺᴱᵂ
Create a fluent conversation experience with a star rating aspect that fuels quality interactions.
Social Reviews enable you to create a fluent conversation experience with a star rating aspect that fuels quality interactions with the community and content, as well as allowing users to provide their own feedback and ratings of the content.

Social Reviews
Implementation
Social Reviews are added within the conversation flow and can be enabled in the SDK configuration. To enable them in the SDK, pass the true
parameter for starRatingEnabled
when defining the article settings:
For example:
let articleSettings: OWArticleSettingsProtocol = OWArticleSettings(
section: "coolSection",
headerStyle: .regular,
readOnlyMode: .server,
starRatingEnabled: true // <-- Update this
)
Refer to Article for more details.
Updated 1 day ago