[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-24 UTC."],[],[],null,["# Firebase.AI.WebGroundingChunk Struct Reference\n\nFirebase.AI.WebGroundingChunk\n=============================\n\nA grounding chunk sourced from the web.\n\nSummary\n-------\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|\n| [Domain](#struct_firebase_1_1_a_i_1_1_web_grounding_chunk_1ac29cbc0bc4b2abe15cc35501c5e56bd5) | `string` The domain of the original URI from which the content was retrieved. |\n| [Title](#struct_firebase_1_1_a_i_1_1_web_grounding_chunk_1a6611e76483727b80237c64d4129bc4a3) | `string` The title of the retrieved web page. |\n| [Uri](#struct_firebase_1_1_a_i_1_1_web_grounding_chunk_1a2b8b0191f23377ab1c6b56e6c57abdba) | `System.Uri` The URI of the retrieved web page. |\n\nProperties\n----------\n\n### Domain\n\n```c#\nstring Firebase::AI::WebGroundingChunk::Domain\n``` \nThe domain of the original URI from which the content was retrieved.\n\nThis field is only populated when using the Vertex [AI](/docs/reference/unity/namespace/firebase/a-i#namespace_firebase_1_1_a_i) Gemini API. \n\n### Title\n\n```c#\nstring Firebase::AI::WebGroundingChunk::Title\n``` \nThe title of the retrieved web page. \n\n### Uri\n\n```c#\nSystem.Uri Firebase::AI::WebGroundingChunk::Uri\n``` \nThe URI of the retrieved web page."]]