GoogleCloudAiplatformV1GroundingChunkMaps constructor

GoogleCloudAiplatformV1GroundingChunkMaps({
  1. GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources? placeAnswerSources,
  2. String? placeId,
  3. GoogleCloudAiplatformV1GroundingChunkMapsRoute? route,
  4. String? text,
  5. String? title,
  6. String? uri,
})

Implementation

GoogleCloudAiplatformV1GroundingChunkMaps({
  this.placeAnswerSources,
  this.placeId,
  this.route,
  this.text,
  this.title,
  this.uri,
});