Interface GroundingChunkMapsPlaceAnswerSourcesReviewSnippet

Encapsulates a review snippet.

interface GroundingChunkMapsPlaceAnswerSourcesReviewSnippet {
    authorAttribution?: GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution;
    flagContentUri?: string;
    googleMapsUri?: string;
    relativePublishTimeDescription?: string;
    review?: string;
}

Properties

This review's author.

flagContentUri?: string

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

googleMapsUri?: string

A link to show the review on Google Maps.

relativePublishTimeDescription?: string

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

review?: string

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