GroundingChunkMapsPlaceAnswerSources

@Serializable
data class GroundingChunkMapsPlaceAnswerSources(val reviewSnippet: List<GroundingChunkMapsPlaceAnswerSourcesReviewSnippet>? = null, val flagContentUri: String? = null, val reviewSnippets: List<GroundingChunkMapsPlaceAnswerSourcesReviewSnippet>? = null)

The sources that were used to generate the place answer.

This includes review snippets and photos that were used to generate the answer, as well as URIs to flag content.

Constructors

Link copied to clipboard
constructor(reviewSnippet: List<GroundingChunkMapsPlaceAnswerSourcesReviewSnippet>? = null, flagContentUri: String? = null, reviewSnippets: List<GroundingChunkMapsPlaceAnswerSourcesReviewSnippet>? = null)

Properties

Link copied to clipboard
val flagContentUri: String? = null

A link where users can flag a problem with the generated answer.

Link copied to clipboard

Snippets of reviews that were used to generate the answer.

Link copied to clipboard

Snippets of reviews that were used to generate the answer.