public sealed class SearchKnowledgeAnswer : IMessage<SearchKnowledgeAnswer>, IEquatable<SearchKnowledgeAnswer>, IDeepCloneable<SearchKnowledgeAnswer>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SearchKnowledgeAnswer.
[[["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 documentation for the `SearchKnowledgeAnswer` class within the Google Cloud Dialogflow v2 API for .NET, with version-specific links ranging from 3.2.0 to the latest version 4.26.0."],["The `SearchKnowledgeAnswer` class represents an answer derived from a search query within the knowledge base, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SearchKnowledgeAnswer` class include `Answer` (the text answering the query), `AnswerRecord` (the answer record's name), `AnswerSources` (all sources used), and `AnswerType` (the type of answer)."],["The page references documentation for inherited members from `object`, and presents the namespace and assembly information, in addition to containing links for the constructors `SearchKnowledgeAnswer()` and `SearchKnowledgeAnswer(SearchKnowledgeAnswer)`."],["You can access various versions of the `SearchKnowledgeAnswer` documentation within the Dialogflow v2 API via the versioned links provided, allowing users to access prior API versions."]]],[]]