public sealed class SearchResponse.Types.Summary.Types.Citation : IMessage<SearchResponse.Types.Summary.Types.Citation>, IEquatable<SearchResponse.Types.Summary.Types.Citation>, IDeepCloneable<SearchResponse.Types.Summary.Types.Citation>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class SearchResponse.Types.Summary.Types.Citation.
[[["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-31 UTC."],[[["The `SearchResponse.Types.Summary.Types.Citation` class is part of the Google Cloud Discovery Engine v1 API and provides citation information for a specific segment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The `Citation` class can be constructed either as an empty object or by copying an existing `Citation` object, using the empty constructor `Citation()` and the copy constructor `Citation(Citation other)` respectively."],["It includes properties like `StartIndex`, `EndIndex`, and `Sources` to define the location and source of a citation segment."],["The latest version of the API documented is `1.6.0`, with older versions available for reference, including `1.5.0`, `1.4.0`, `1.3.0`, `1.2.0`, `1.1.0`, and `1.0.0-beta06`."]]],[]]