View Source GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceGenerativeSummary (google_api_places v0.6.0)

Experimental: 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.
  • overview (type: GoogleApi.Places.V1.Model.GoogleTypeLocalizedText.t, default: nil) - The overview of the place.
  • 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,
  overview: GoogleApi.Places.V1.Model.GoogleTypeLocalizedText.t() | nil,
  references: GoogleApi.Places.V1.Model.GoogleMapsPlacesV1References.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.