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 v2beta1 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-03-21 UTC."],[[["This document provides reference documentation for the `SearchKnowledgeAnswer.Types.AnswerSource` class within the Google Cloud Dialogflow v2beta1 API, detailing the sources of answers."],["The `AnswerSource` class, part of the `Google.Cloud.Dialogflow.V2Beta1` namespace, is a sealed class implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors are available for creating instances of `AnswerSource`, either as a new instance or by copying another `AnswerSource`."],["The class contains properties such as `Snippet`, `Title`, and `Uri`, which respectively represent the relevant article excerpt, article title, and the article's URI."],["This class can be used to gain access to the different `AnswerSource` properties, and also shows an overview of its inheritance and implemented interfaces."]]],[]]