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, which is a response message used for suggesting articles within the Dialogflow V2 API, specifically for the `Participants.SuggestArticles` functionality."],["The page offers a comprehensive list of available versions for the `SuggestArticlesResponse`, ranging from version 4.26.0 (latest) down to 3.2.0, allowing developers to navigate documentation for specific releases."],["The `SuggestArticlesResponse` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `ArticleAnswers`, which is a list of recommended articles ordered by relevance, `ContextSize` which reflects the number of conversation messages considered for the suggestions, and `LatestMessage` which identifies the last message used to generate suggestions."],["The page also lists available constructors for the class including a default constructor and a copy constructor that takes another `SuggestArticlesResponse` instance as a parameter."]]],[]]