Stay organized with collections
Save and categorize content based on your preferences.
A request to use a tool from the live session.
Summary
Inheritance
Inherits from:
Firebase.AI.ILiveSessionMessageProperties
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-07-24 UTC.
[null,null,["Last updated 2025-07-24 UTC."],[],[],null,["# Firebase.AI.LiveSessionToolCall Struct Reference\n\nFirebase.AI.LiveSessionToolCall\n===============================\n\nA request to use a tool from the live session.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: [Firebase.AI.ILiveSessionMessage](/docs/reference/unity/interface/firebase/a-i/i-live-session-message)\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FunctionCalls](#struct_firebase_1_1_a_i_1_1_live_session_tool_call_1a2cfe2eef4f39134d31789441b6953895) | `IReadOnlyList\u003c `[ModelContent.FunctionCallPart](/docs/reference/unity/struct/firebase/a-i/model-content/function-call-part#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part)` \u003e` A list of [ModelContent.FunctionCallPart](/docs/reference/unity/struct/firebase/a-i/model-content/function-call-part#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part) included in the response, if any. |\n\nProperties\n----------\n\n### FunctionCalls\n\n```c#\nIReadOnlyList\u003c ModelContent.FunctionCallPart \u003e Firebase::AI::LiveSessionToolCall::FunctionCalls\n``` \nA list of [ModelContent.FunctionCallPart](/docs/reference/unity/struct/firebase/a-i/model-content/function-call-part#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part) included in the response, if any.\n\nThis will be empty if no function calls are present."]]