Cloud AI Platform v1 API - Class GroundingChunk.Types.RetrievedContext (3.5.0)

public sealed class GroundingChunk.Types.RetrievedContext : IMessage<GroundingChunk.Types.RetrievedContext>, IEquatable<GroundingChunk.Types.RetrievedContext>, IDeepCloneable<GroundingChunk.Types.RetrievedContext>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GroundingChunk.Types.RetrievedContext.

Chunk from context retrieved by the retrieval tools.

Inheritance

object > GroundingChunk.Types.RetrievedContext

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

RetrievedContext()

public RetrievedContext()

RetrievedContext(RetrievedContext)

public RetrievedContext(GroundingChunk.Types.RetrievedContext other)
Parameter
Name Description
other GroundingChunkTypesRetrievedContext

Properties

HasTitle

public bool HasTitle { get; }

Gets whether the "title" field is set

Property Value
Type Description
bool

HasUri

public bool HasUri { get; }

Gets whether the "uri" field is set

Property Value
Type Description
bool

Title

public string Title { get; set; }

Title of the attribution.

Property Value
Type Description
string

Uri

public string Uri { get; set; }

URI reference of the attribution.

Property Value
Type Description
string