Interface GroundingChunkMapsPlaceAnswerSources

Sources used to generate the place answer. This data type is not supported in Gemini API.

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.