public sealed class SearchResponse.Types.Summary.Types.CitationSource : IMessage<SearchResponse.Types.Summary.Types.CitationSource>, IEquatable<SearchResponse.Types.Summary.Types.CitationSource>, IDeepCloneable<SearchResponse.Types.Summary.Types.CitationSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.Summary.Types.CitationSource.
[[["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 documentation provides details for the `CitationSource` class within the Discovery Engine v1beta API, specifically for version 1.0.0-beta11."],["`CitationSource` is a class used in the API, representing a source of citation, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CitationSource` class inherits from the `object` class and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors: a default `CitationSource()` and an overloaded `CitationSource(CitationSource other)` for copying, where `other` represents an existing `CitationSource` object."],["The class has a property named `ReferenceIndex` of type `long` representing the document reference index, which is 0-indexed, and it defaults to zero if not explicitly set."]]],[]]