public sealed class KnowledgeAnswers : IMessage<KnowledgeAnswers>, IEquatable<KnowledgeAnswers>, IDeepCloneable<KnowledgeAnswers>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class KnowledgeAnswers.
Represents the result of querying a Knowledge base.
[[["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-05-02 UTC."],[[["The `KnowledgeAnswers` class in the Google Cloud Dialogflow v2beta1 API represents the result of a query to a Knowledge base, as part of version 1.0.0-beta23 which is the latest version."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the `Google.Cloud.Dialogflow.V2Beta1` namespace."],["The `KnowledgeAnswers` class provides two constructors: a default constructor and a constructor that takes another `KnowledgeAnswers` object as a parameter."],["The `Answers` property, of type `RepeatedField`, provides a list of answers retrieved from the Knowledge Connector, offering type-specific information about each `Answer`."]]],[]]