GroundingChunk_RetrievedContext class final
Chunk from context retrieved by the retrieval tools.
- Inheritance
-
- Object
- ProtoMessage
- GroundingChunk_RetrievedContext
Constructors
- GroundingChunk_RetrievedContext({RagChunk? ragChunk, String? uri, String? title, String? text, String? documentName})
- GroundingChunk_RetrievedContext.fromJson(Object? j)
-
factory
Properties
- documentName → String?
-
Output only. The full document name for the referenced Vertex AI Search
document.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - ragChunk → RagChunk?
-
Additional context for the RAG retrieval result. This is only populated
when using the RAG retrieval tool.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String?
-
Text of the attribution.
final
- title → String?
-
Title of the attribution.
final
- uri → String?
-
URI reference of the attribution.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String