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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["`KnowledgeAnswers` is a class within the Google Cloud Dialogflow v2beta1 API, representing the results of querying a Knowledge base."],["The class `KnowledgeAnswers` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["It is found within the `Google.Cloud.Dialogflow.V2Beta1` namespace and is part of the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."],["The `KnowledgeAnswers` class has two constructors, one default and one that accepts another `KnowledgeAnswers` object as a parameter."],["It contains an `Answers` property, which is a list of answers from the Knowledge Connector, stored as a `RepeatedField` of `KnowledgeAnswers.Types.Answer`."]]],[]]