Gemini Enterprise for Customer Experience v1 API - Class Citations.Types.CitedChunk (1.0.0-beta01)

public sealed class Citations.Types.CitedChunk : IMessage<Citations.Types.CitedChunk>, IEquatable<Citations.Types.CitedChunk>, IDeepCloneable<Citations.Types.CitedChunk>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class Citations.Types.CitedChunk.

Piece of cited information.

Inheritance

object > Citations.Types.CitedChunk

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

CitedChunk()

public CitedChunk()

CitedChunk(CitedChunk)

public CitedChunk(Citations.Types.CitedChunk other)
Parameter
Name Description
other CitationsTypesCitedChunk

Properties

Text

public string Text { get; set; }

Text used for citation.

Property Value
Type Description
string

Title

public string Title { get; set; }

Title of the cited document.

Property Value
Type Description
string

Uri

public string Uri { get; set; }

URI used for citation.

Property Value
Type Description
string