Interface GroundingChunkMapsPlaceAnswerSources

Sources used to generate the place answer.

interface GroundingChunkMapsPlaceAnswerSources {
    flagContentUri?: string;
    reviewSnippets?: GroundingChunkMapsPlaceAnswerSourcesReviewSnippet[];
}

Properties

flagContentUri?: string

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

Snippets of reviews that are used to generate the answer.