public sealed class Answer.Types.Citation : IMessage<Answer.Types.Citation>, IEquatable<Answer.Types.Citation>, IDeepCloneable<Answer.Types.Citation>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class Answer.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-21 UTC."],[[["This document provides reference information for the `Answer.Types.Citation` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `Answer.Types.Citation` class is used to represent citation information for a specific segment, offering details like the start and end indices of the segment."],["This class inherits from the base `object` class and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with accessible functions and the ability to create constructor instances."],["Key properties of `Answer.Types.Citation` include `StartIndex`, `EndIndex` (both of type `long`), and `Sources` (of type `RepeatedField\u003cAnswer.Types.CitationSource\u003e`) which provide details about the segment and related citation sources."]]],[]]