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 for .NET development."],["The `SearchKnowledgeResponse` class is a response message for the `Conversations.SearchKnowledge` method, with detailed information about inheritance, implementations, and members."],["It highlights the class's constructors, which include a default constructor and one that takes another `SearchKnowledgeResponse` object as a parameter for creating a copy."],["Key properties of the `SearchKnowledgeResponse` class include `Answers`, a collection of `SearchKnowledgeAnswer` objects, and `RewrittenQuery`, a string representing the query used to search knowledge."],["The document covers multiple versions of the class, ranging from version 3.2.0 up to the most recent version of 4.26.0, with 4.21.0 being the version that the document goes into more detail about."]]],[]]