public sealed class ArticleSuggestionData : IMessage<ArticleSuggestionData>, IEquatable<ArticleSuggestionData>, IDeepCloneable<ArticleSuggestionData>, IBufferMessage, IMessage
The system's confidence score that this article is a good match for this
conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely
certain).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eArticleSuggestionData\u003c/code\u003e is 2.19.0, but it also includes a historical list of previous versions, all the way back to version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eArticleSuggestionData\u003c/code\u003e is a class designed to provide data for agent assist article suggestions, and it can implement several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eArticleSuggestionData\u003c/code\u003e class provides properties like \u003ccode\u003eConfidenceScore\u003c/code\u003e, \u003ccode\u003eMetadata\u003c/code\u003e, \u003ccode\u003eQueryRecord\u003c/code\u003e, \u003ccode\u003eSource\u003c/code\u003e, \u003ccode\u003eTitle\u003c/code\u003e, and \u003ccode\u003eUri\u003c/code\u003e to store information about suggested articles.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: one default constructor \u003ccode\u003eArticleSuggestionData()\u003c/code\u003e and another one that takes another \u003ccode\u003eArticleSuggestionData\u003c/code\u003e as a parameter, \u003ccode\u003eArticleSuggestionData(ArticleSuggestionData other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]