Interface GroundingMetadataSourceFlaggingUri

Source content flagging uri for a place or review. This is currently populated only for Google Maps grounding.

interface GroundingMetadataSourceFlaggingUri {
    flagContentUri?: string;
    sourceId?: string;
}

Properties

flagContentUri?: string

A link where users can flag a problem with the source (place or review).

sourceId?: string

Id of the place or review.