public sealed class Citations : IMessage<Citations>, IEquatable<Citations>, IDeepCloneable<Citations>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class Citations.
Citations associated with the agent response.
Implements
IMessageCitations, IEquatableCitations, IDeepCloneableCitations, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
Citations()
public Citations()Citations(Citations)
public Citations(Citations other)| Parameter | |
|---|---|
| Name | Description |
other |
Citations |
Properties
CitedChunks
public RepeatedField<Citations.Types.CitedChunk> CitedChunks { get; }List of cited pieces of information.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCitationsTypesCitedChunk |
|