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 page 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 conversations that use the `SearchKnowledge` function, implemented to be compatible with several interfaces and object type classes."],["The documentation lists available versions of the Dialogflow v2 API, ranging from version 3.2.0 to the latest version, 4.26.0, all of which include the `SearchKnowledgeResponse` feature."],["The `SearchKnowledgeResponse` class contains properties such as `Answers`, which contains the most relevant snippets from a knowledge base, and `RewrittenQuery`, which contains the rewritten query used for searching."],["The page lists inherited members, namespace, assembly and constructors for the `SearchKnowledgeResponse` class, detailing the specific method and parameter implementations for each."]]],[]]