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 v1beta1 API class GroundingChunk.Types.RetrievedContext.
Chunk from context retrieved by the retrieval tools.
Implements
IMessageGroundingChunkTypesRetrievedContext, IEquatableGroundingChunkTypesRetrievedContext, IDeepCloneableGroundingChunkTypesRetrievedContext, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RetrievedContext()
public RetrievedContext()
RetrievedContext(RetrievedContext)
public RetrievedContext(GroundingChunk.Types.RetrievedContext other)
Parameter | |
---|---|
Name | Description |
other |
GroundingChunkTypesRetrievedContext |
Properties
HasText
public bool HasText { get; }
Gets whether the "text" field is set
Property Value | |
---|---|
Type | Description |
bool |
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 |
Text
public string Text { get; set; }
Text of the attribution.
Property Value | |
---|---|
Type | Description |
string |
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 |