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 page details the `SuggestArticlesResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, which is part of the Google Cloud Dialogflow API for .NET."],["The latest version documented is 4.26.0, but the class information on the page concerns version 3.2.0, which is the lowest version in the provided list of versions."],["`SuggestArticlesResponse` is a response message for `Participants.SuggestArticles` and includes properties like `ArticleAnswers`, `ContextSize`, and `LatestMessage` to provide article suggestions."],["The `SuggestArticlesResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, using its members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are two constructors for `SuggestArticlesResponse`, one default and one that takes another `SuggestArticlesResponse` object as a parameter for making a copy."]]],[]]