public sealed class SearchKnowledgeResponse : IMessage<SearchKnowledgeResponse>, IEquatable<SearchKnowledgeResponse>, IDeepCloneable<SearchKnowledgeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SearchKnowledgeResponse.
The response message for
[Conversations.SearchKnowledge][google.cloud.dialogflow.v2.Conversations.SearchKnowledge].
[[["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 reference documentation for the `SearchKnowledgeResponse` class within the Google Cloud Dialogflow v2 API, specifically version 4.13.0."],["The `SearchKnowledgeResponse` class serves as the response message for `Conversations.SearchKnowledge` and is derived from the base `object` class while also implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page offers a history of the `SearchKnowledgeResponse` class across different versions of the API, from 4.0.0 to 4.26.0, with the latter being the latest."],["The class includes a constructor and one property called `Answers` of type `RepeatedField\u003cSearchKnowledgeAnswer\u003e` which represent relevant snippets from the knowledge base."],["The documentation shows the class is part of the `Google.Cloud.Dialogflow.V2` namespace, included in the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]