GoogleCloudAiplatformV1GroundingChunkRetrievedContext constructor
GoogleCloudAiplatformV1GroundingChunkRetrievedContext({
- String? documentName,
- GoogleCloudAiplatformV1RagChunk? ragChunk,
- String? text,
- String? title,
- String? uri,
Implementation
GoogleCloudAiplatformV1GroundingChunkRetrievedContext({
this.documentName,
this.ragChunk,
this.text,
this.title,
this.uri,
});