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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `SearchKnowledgeResponse` class within the Google Cloud Dialogflow v2 API, detailing its structure and usage."],["The `SearchKnowledgeResponse` class is used as the response message for the `Conversations.SearchKnowledge` method, designed for returning information from knowledge bases."],["This page lists the availability of the `SearchKnowledgeResponse` class through multiple versions of the API, ranging from 3.2.0 up to the latest 4.26.0 version."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, enabling specific behaviors and functionalities."],["Key properties of the `SearchKnowledgeResponse` include `Answers`, which is a `RepeatedField` of `SearchKnowledgeAnswer` objects, and `RewrittenQuery`, which is a string representing the rewritten query used in the search."]]],[]]