Class PlaceCitation.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.PlaceCitation.Builder
- Enclosing class:
- PlaceCitation
-
Method Summary
Modifier and TypeMethodDescriptionbuild()End of the attributed segment, exclusive.Title of the place.The ID of the place, in `places/{place_id}` format.reviewSnippets(List<ReviewSnippet> reviewSnippets) Snippets of reviews that are used to generate answers about the features of a given place in Google Maps.startIndex(Integer startIndex) Start of segment of the response that is attributed to this source.URI reference of the place.
-
Method Details
-
endIndex
End of the attributed segment, exclusive. -
name
Title of the place. -
placeId
The ID of the place, in `places/{place_id}` format. -
reviewSnippets
Snippets of reviews that are used to generate answers about the features of a given place in Google Maps. -
startIndex
Start of segment of the response that is attributed to this source.Index indicates the start of the segment, measured in bytes.
-
url
URI reference of the place. -
build
-