public sealed class Citations.Types.CitedChunk : IMessage<Citations.Types.CitedChunk>, IEquatable<Citations.Types.CitedChunk>, IDeepCloneable<Citations.Types.CitedChunk>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class Citations.Types.CitedChunk.
Piece of cited information.
Implements
IMessageCitationsTypesCitedChunk, IEquatableCitationsTypesCitedChunk, IDeepCloneableCitationsTypesCitedChunk, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
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 |
|