public sealed class SuggestArticlesResponse : IMessage<SuggestArticlesResponse>, IEquatable<SuggestArticlesResponse>, IDeepCloneable<SuggestArticlesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SuggestArticlesResponse.
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 provides documentation for the `SuggestArticlesResponse` class within the Google Cloud Dialogflow v2 API, detailing its properties, constructors, and inheritance."],["The `SuggestArticlesResponse` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is defined in the `Google.Cloud.Dialogflow.V2.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cSuggestArticlesResponse\u003e`, `IDeepCloneable\u003cSuggestArticlesResponse\u003e`, and `IBufferMessage`, showcasing its capabilities in handling message data."],["The class includes properties like `ArticleAnswers`, which contains a list of suggested articles, `ContextSize`, specifying the number of messages considered for the suggestion, and `LatestMessage`, which identifies the most recent message used for suggestion compilation."],["The documentation spans multiple versions of the API, from 3.2.0 up to the latest version 4.26.0, allowing users to find the information they need for their corresponding versions."]]],[]]