GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet constructor

GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet({
  1. String? googleMapsUri,
  2. String? reviewId,
  3. String? title,
})

Implementation

GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet({
  this.googleMapsUri,
  this.reviewId,
  this.title,
});