[[["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-09-04 UTC."],[],[],null,["Firebase.AI.ModelContent.FunctionCallPart\n\nA predicted function call returned from the model.\n\nSummary\n\nInheritanceInherits from: [Firebase.AI.ModelContent.Part](/docs/reference/unity/interface/firebase/a-i/model-content/part)\n\n| Properties ||\n|-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Args](#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part_1a9a81466f7b54875aea5bf14efe110d70) | `IReadOnlyDictionary\u003c string, object \u003e` The function parameters and values, matching the registered schema. |\n| [Id](#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part_1a49d2462c27ddbfa89521f76b97e98dc3) | `string` An identifier that should be passed along in the [FunctionResponsePart](/docs/reference/unity/struct/firebase/a-i/model-content/function-response-part#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_response_part). |\n| [IsThought](#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part_1ac787adde3d333a1151ba44cb8787e963) | `bool` |\n| [Name](#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part_1a0192cf50403b7314c165e75d4c17a6d1) | `string` The name of the registered function to call. |\n\n| Public functions ||\n|--------------------------------------------------------------------------------------------------------------------|--------------------------------------|\n| [ToJson](#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part_1aff956e3102e3f041cb41deaffed064be)`()` | `Dictionary\u003c string, object \u003e Part.` |\n\nProperties \n\nArgs \n\n```c#\nIReadOnlyDictionary\u003c string, object \u003e Firebase::AI::ModelContent::FunctionCallPart::Args\n``` \nThe function parameters and values, matching the registered schema. \n\nId \n\n```c#\nstring Firebase::AI::ModelContent::FunctionCallPart::Id\n``` \nAn identifier that should be passed along in the [FunctionResponsePart](/docs/reference/unity/struct/firebase/a-i/model-content/function-response-part#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_response_part). \n\nIsThought \n\n```c#\nbool Firebase::AI::ModelContent::FunctionCallPart::IsThought\n``` \n\nName \n\n```c#\nstring Firebase::AI::ModelContent::FunctionCallPart::Name\n``` \nThe name of the registered function to call.\n\nPublic functions \n\nToJson \n\n```c#\nDictionary\u003c string, object \u003e Part. Firebase::AI::ModelContent::FunctionCallPart::ToJson()\n```"]]