GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceGenerativeSummary (google_api_places v0.11.0)
View SourceExperimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. AI-generated summary of the place.
Attributes
-
description
(type:GoogleApi.Places.V1.Model.GoogleTypeLocalizedText.t
, default:nil
) - The detailed description of the place. -
descriptionFlagContentUri
(type:String.t
, default:nil
) - A link where users can flag a problem with the description summary. -
overview
(type:GoogleApi.Places.V1.Model.GoogleTypeLocalizedText.t
, default:nil
) - The overview of the place. -
overviewFlagContentUri
(type:String.t
, default:nil
) - A link where users can flag a problem with the overview summary. -
references
(type:GoogleApi.Places.V1.Model.GoogleMapsPlacesV1References.t
, default:nil
) - References that are used to generate the summary description.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceGenerativeSummary{ description: GoogleApi.Places.V1.Model.GoogleTypeLocalizedText.t() | nil, descriptionFlagContentUri: String.t() | nil, overview: GoogleApi.Places.V1.Model.GoogleTypeLocalizedText.t() | nil, overviewFlagContentUri: String.t() | nil, references: GoogleApi.Places.V1.Model.GoogleMapsPlacesV1References.t() | nil }