public sealed class SearchKnowledgeResponse : IMessage<SearchKnowledgeResponse>, IEquatable<SearchKnowledgeResponse>, IDeepCloneable<SearchKnowledgeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SearchKnowledgeResponse.
The response message for
[Conversations.SearchKnowledge][google.cloud.dialogflow.v2beta1.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."],[[["The `SearchKnowledgeResponse` class is part of the Google Cloud Dialogflow v2beta1 API, serving as the response message for the `Conversations.SearchKnowledge` operation."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["It contains properties like `Answers`, which holds a collection of relevant snippets extracted from the knowledge base, and `RewrittenQuery`, representing the modified query used for knowledge searching."],["There are two constructors available for the class, `SearchKnowledgeResponse()`, and `SearchKnowledgeResponse(SearchKnowledgeResponse other)`, with the latter allowing to create an instance based off an existing instance."],["The class is found within the `Google.Cloud.Dialogflow.V2Beta1` namespace and is available in the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]