GoogleCloudAiplatformV1GroundingChunkMaps constructor

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

Implementation

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