Package com.google.genai.types
Class GroundingChunkMapsPlaceAnswerSources
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GroundingChunkMapsPlaceAnswerSources
Sources used to generate the place answer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for GroundingChunkMapsPlaceAnswerSources. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for GroundingChunkMapsPlaceAnswerSources.A link where users can flag a problem with the generated answer.Deserializes a JSON string to a GroundingChunkMapsPlaceAnswerSources object.Snippets of reviews that are used to generate the answer.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
GroundingChunkMapsPlaceAnswerSources
public GroundingChunkMapsPlaceAnswerSources()
-
-
Method Details
-
flagContentUri
A link where users can flag a problem with the generated answer. -
reviewSnippets
Snippets of reviews that are used to generate the answer. -
builder
Instantiates a builder for GroundingChunkMapsPlaceAnswerSources. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GroundingChunkMapsPlaceAnswerSources object.
-