public sealed class SearchKnowledgeAnswer.Types.AnswerSource : IMessage<SearchKnowledgeAnswer.Types.AnswerSource>, IEquatable<SearchKnowledgeAnswer.Types.AnswerSource>, IDeepCloneable<SearchKnowledgeAnswer.Types.AnswerSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SearchKnowledgeAnswer.Types.AnswerSource.
[[["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.Types.AnswerSource` class within the Google Cloud Dialogflow v2 API, specifically in the .NET environment."],["The content includes a comprehensive list of available versions for this class, ranging from version 4.26.0 (latest) down to 3.2.0, with each version linking to its respective documentation page."],["The `SearchKnowledgeAnswer.Types.AnswerSource` class is designed to represent the sources of answers, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class exposes three key properties: `Snippet`, `Title`, and `Uri`, which respectively provide the relevant article snippet, title, and its corresponding URI."],["The documentation includes detailed information on the class constructors, including a default constructor `AnswerSource()` and a copy constructor `AnswerSource(AnswerSource)`, enabling the creation of new instances and copying of existing ones."]]],[]]