Show / Hide Table of Contents

Class GoogleMapsPlacesV1PlaceReviewSummary

AI-generated summary of the place using user reviews.

Inheritance
object
GoogleMapsPlacesV1PlaceReviewSummary
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 GoogleMapsPlacesV1PlaceReviewSummary : 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

FlagContentUri

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

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

ReviewsUri

A link to show reviews of this place on Google Maps.

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

Text

The summary of user reviews.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX