Table of Contents

Class GroundingMetadata

public class GroundingMetadata
Inheritance
object
GroundingMetadata

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

RetrievalMetadata

SearchEntryPoint

Optional. Google search entry for the following-up web searches.

public SearchEntryPoint SearchEntryPoint { get; set; }

Property Value

SearchEntryPoint

WebSearchQueries

Required. Web search queries for the following-up web search.

public List<string> WebSearchQueries { get; set; }

Property Value

List<string>