public sealed class SuggestArticlesResponse : IMessage<SuggestArticlesResponse>, IEquatable<SuggestArticlesResponse>, IDeepCloneable<SuggestArticlesResponse>, IBufferMessage, IMessage
The response message for [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles].
Number of messages prior to and including
[latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message] to compile the
suggestion. It may be smaller than the
[SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size] field in the request if there
aren't that many messages in the conversation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `SuggestArticlesResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.9.0, and its role in the Dialogflow API for .NET."],["The `SuggestArticlesResponse` class is designed to deliver a response message for `Participants.SuggestArticles`, providing suggested articles related to a user's input in a conversation."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer manipulation."],["Key properties of the class include `ArticleAnswers` which returns articles ordered by score, `ContextSize` which informs how many prior messages were considered, and `LatestMessage` which identifies the latest message used for generating the suggestions."],["The webpage provides access to a full history of documentation for `SuggestArticlesResponse`, dating from version 3.2.0 all the way up to the latest version, 4.26.0, allowing users to check the evolution of this class."]]],[]]