Uses of Class
com.google.genai.gaos.models.interactions.ReviewSnippet
Packages that use ReviewSnippet
-
Uses of ReviewSnippet in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return ReviewSnippetModifier and TypeMethodDescriptionReviewSnippet.Builder.build()ReviewSnippet.withReviewId(String reviewId) The ID of the review snippet.Title of the review.A link that corresponds to the user review on Google Maps.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ReviewSnippetModifier and TypeMethodDescriptionGoogleMapsResultPlaces.reviewSnippets()PlaceCitation.reviewSnippets()Snippets of reviews that are used to generate answers about the features of a given place in Google Maps.Method parameters in com.google.genai.gaos.models.interactions with type arguments of type ReviewSnippetModifier and TypeMethodDescriptionGoogleMapsResultPlaces.Builder.reviewSnippets(List<ReviewSnippet> reviewSnippets) PlaceCitation.Builder.reviewSnippets(List<ReviewSnippet> reviewSnippets) Snippets of reviews that are used to generate answers about the features of a given place in Google Maps.GoogleMapsResultPlaces.withReviewSnippets(List<ReviewSnippet> reviewSnippets) PlaceCitation.withReviewSnippets(List<ReviewSnippet> reviewSnippets) Snippets of reviews that are used to generate answers about the features of a given place in Google Maps.Constructor parameters in com.google.genai.gaos.models.interactions with type arguments of type ReviewSnippetModifierConstructorDescriptionGoogleMapsResultPlaces(String name, String placeId, List<ReviewSnippet> reviewSnippets, String url) PlaceCitation(Integer endIndex, String name, String placeId, List<ReviewSnippet> reviewSnippets, Integer startIndex, String url)