Suggested Article
interface SuggestedArticle
SuggestedArticle used to override the suggested articles/Instant answers from the Beacon API
SuggestedArticle used to be a Kotlin Sealed class however it caused issues for Java consumers due to lack of surrounding class. The most backwards compatible change was to refactor to be interface.