Stay organized with collections
Save and categorize content based on your preferences.
Firebase.AI.ModelContent.FunctionCallPart
A predicted function call returned from the model.
Summary
Inheritance
Inherits from:
Firebase.AI.ModelContent.Part
Properties
|
Args
|
IReadOnlyDictionary< string, object >
The function parameters and values, matching the registered schema.
|
Id
|
string
|
Name
|
string
The name of the registered function to call.
|
Public functions
|
ToJson()
|
Dictionary< string, object > Part.
|
Properties
Args
IReadOnlyDictionary< string, object > Firebase::AI::ModelContent::FunctionCallPart::Args
The function parameters and values, matching the registered schema.
Id
string Firebase::AI::ModelContent::FunctionCallPart::Id
Name
string Firebase::AI::ModelContent::FunctionCallPart::Name
The name of the registered function to call.
Public functions
ToJson
Dictionary< string, object > Part. Firebase::AI::ModelContent::FunctionCallPart::ToJson()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-14 UTC.
[null,null,["Last updated 2025-08-14 UTC."],[],[],null,["# Firebase.AI.ModelContent.FunctionCallPart Struct Reference\n\nFirebase.AI.ModelContent.FunctionCallPart\n=========================================\n\nA predicted function call returned from the model.\n\nSummary\n-------\n\n### Inheritance\n\nInherits 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| [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----------\n\n### Args\n\n```c#\nIReadOnlyDictionary\u003c string, object \u003e Firebase::AI::ModelContent::FunctionCallPart::Args\n``` \nThe function parameters and values, matching the registered schema. \n\n### Id\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\n### Name\n\n```c#\nstring Firebase::AI::ModelContent::FunctionCallPart::Name\n``` \nThe name of the registered function to call.\n\nPublic functions\n----------------\n\n### ToJson\n\n```c#\nDictionary\u003c string, object \u003e Part. Firebase::AI::ModelContent::FunctionCallPart::ToJson()\n```"]]