Vertex AI v1 API - Class GroundingMetadata.Types.SourceFlaggingUri (3.47.0)

public sealed class GroundingMetadata.Types.SourceFlaggingUri : IMessage<GroundingMetadata.Types.SourceFlaggingUri>, IEquatable<GroundingMetadata.Types.SourceFlaggingUri>, IDeepCloneable<GroundingMetadata.Types.SourceFlaggingUri>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class GroundingMetadata.Types.SourceFlaggingUri.

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

Inheritance

object > GroundingMetadata.Types.SourceFlaggingUri

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SourceFlaggingUri()

public SourceFlaggingUri()

SourceFlaggingUri(SourceFlaggingUri)

public SourceFlaggingUri(GroundingMetadata.Types.SourceFlaggingUri other)
Parameter
Name Description
other GroundingMetadataTypesSourceFlaggingUri

Properties

FlagContentUri

public string FlagContentUri { get; set; }

A link where users can flag a problem with the source (place or review). (-- The link is generated by Google and it does not contain information from the user query. It may contain information of the content it is flagging, which can be used to identify places. --)

Property Value
Type Description
string

SourceId

public string SourceId { get; set; }

Id of the place or review.

Property Value
Type Description
string