GroundingChunkMapsPlaceAnswerSourcesReviewSnippet

@Serializable
data class GroundingChunkMapsPlaceAnswerSourcesReviewSnippet(val authorAttribution: GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution? = null, val flagContentUri: String? = null, val googleMapsUri: String? = null, val relativePublishTimeDescription: String? = null, val review: String? = null, val reviewId: String? = null, val title: String? = null)

Encapsulates a review snippet.

Constructors

constructor(authorAttribution: GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution? = null, flagContentUri: String? = null, googleMapsUri: String? = null, relativePublishTimeDescription: String? = null, review: String? = null, reviewId: String? = null, title: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val flagContentUri: String? = null

A link where users can flag a problem with the review.

Link copied to clipboard
val googleMapsUri: String? = null

A link to show the review on Google Maps.

Link copied to clipboard

A string of formatted recent time, expressing the review time relative to the current time in a form appropriate for the language and country.

Link copied to clipboard
val review: String? = null

A reference representing this place review which may be used to look up this place review again.

Link copied to clipboard
val reviewId: String? = null

Id of the review referencing the place.

Link copied to clipboard
val title: String? = null

Title of the review.