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, which is a response message for the `Participants.SuggestArticles` method."],["The page covers versions of this class ranging from 3.2.0 to 4.26.0, with version 4.26.0 being the latest, all of which link to their respective documentation."],["The `SuggestArticlesResponse` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `SuggestArticlesResponse` class has three properties, `ArticleAnswers` which contains a list of articles, `ContextSize` which is the amount of messages compiled for the suggestion, and `LatestMessage`, which contains the details of the latest message used to compile the suggestions."],["It also details the `SuggestArticlesResponse` constructors, one that takes no parameters and another that copies the data from another `SuggestArticlesResponse` instance."]]],[]]