Class GroundingMetadata
public class GroundingMetadata
- Inheritance
-
objectGroundingMetadata
Properties
GroundingChunks
Required. List of supporting references retrieved from specified grounding source.
public List<GroundingChunk> GroundingChunks { get; set; }
Property Value
- List<GroundingChunk>
GroundingSupports
Required. List of grounding support.
public List<GroundingSupport> GroundingSupports { get; set; }
Property Value
- List<GroundingSupport>
RetrievalMetadata
Required. Metadata related to retrieval in the grounding flow.
public RetrievalMetadata RetrievalMetadata { get; set; }
Property Value
SearchEntryPoint
Optional. Google search entry for the following-up web searches.
public SearchEntryPoint SearchEntryPoint { get; set; }
Property Value
WebSearchQueries
Required. Web search queries for the following-up web search.
public List<string> WebSearchQueries { get; set; }
Property Value
- List<string>