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 the response message for `Participants.SuggestArticles`."],["The latest version available for this class is 4.26.0, with numerous previous versions listed, stretching back to version 3.2.0."],["The `SuggestArticlesResponse` class inherits from `Object` and implements interfaces such as `IMessage\u003cSuggestArticlesResponse\u003e`, `IEquatable\u003cSuggestArticlesResponse\u003e`, `IDeepCloneable\u003cSuggestArticlesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["Key properties of the `SuggestArticlesResponse` class include `ArticleAnswers` which is a `RepeatedField` containing `ArticleAnswer` objects, `ContextSize` representing the number of messages used for the suggestion, and `LatestMessage` indicating the most recent message used for the suggestion compilation."],["The assembly for this class is `Google.Cloud.Dialogflow.V2.dll` and provides 2 constructors to be used, the default `SuggestArticlesResponse()` and `SuggestArticlesResponse(SuggestArticlesResponse other)`."]]],[]]