GoogleCloudAiplatformV1GroundingChunkWeb constructor

GoogleCloudAiplatformV1GroundingChunkWeb({
  1. String? title,
  2. String? uri,
})

Implementation

GoogleCloudAiplatformV1GroundingChunkWeb({
  this.title,
  this.uri,
});