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 document provides reference documentation for the `SuggestArticlesResponse` class within the Google Cloud Dialogflow v2 API, detailing its structure and usage across various versions, from 3.2.0 to the latest 4.26.0."],["The `SuggestArticlesResponse` class is used as the response message for `Participants.SuggestArticles` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `ArticleAnswers`, which holds a list of articles ordered by score, `ContextSize`, indicating the number of messages considered for the suggestion, and `LatestMessage`, providing the ID of the latest message in the conversation."],["The documented versions represent the evolving API with the most recent version, 4.26.0, being highlighted as the latest version, while also providing links to other previous versions of the reference documentation."],["The document outlines that the class inherits from `object` and has `SuggestArticlesResponse()` as a constructor, and also includes information about its namespace and assembly."]]],[]]