Show / Hide Table of Contents

Class GoogleMapsPlacesV1PlaceGenerativeSummary

AI-generated summary of the place.

Inheritance
object
GoogleMapsPlacesV1PlaceGenerativeSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceGenerativeSummary : IDirectResponseSchema

Properties

DisclosureText

The AI disclosure message "Summarized with Gemini" (and its localized variants). This will be in the language specified in the request if available.

Declaration
[JsonProperty("disclosureText")]
public virtual GoogleTypeLocalizedText DisclosureText { get; set; }
Property Value
Type Description
GoogleTypeLocalizedText

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Overview

The overview of the place.

Declaration
[JsonProperty("overview")]
public virtual GoogleTypeLocalizedText Overview { get; set; }
Property Value
Type Description
GoogleTypeLocalizedText

OverviewFlagContentUri

A link where users can flag a problem with the overview summary.

Declaration
[JsonProperty("overviewFlagContentUri")]
public virtual string OverviewFlagContentUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX