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-04-09 UTC."],[[["This webpage provides reference documentation for the `SearchKnowledgeResponse` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The latest version of the API documented is 4.26.0, and the page also includes documentation for past versions of the API, ranging from 4.25.0 down to 3.2.0."],["The `SearchKnowledgeResponse` class, derived from `object` class, is the response message for the `Conversations.SearchKnowledge` method and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["Key properties of the `SearchKnowledgeResponse` class include `Answers`, which contains the most relevant snippets extracted from the knowledge base, and `RewrittenQuery`, which holds the rewritten query used for searching."],["The documentation provides details on the constructors and inherited members of the `SearchKnowledgeResponse` class, as well as its namespace, and the assembly it is part of."]]],[]]