Firebase. AI. LiveSessionToolCall
A request to use a tool from the live session.
Summary
Inheritance
Inherits from: Firebase.AI.ILiveSessionMessage
        Properties | 
    |
|---|---|
        FunctionCalls
       | 
      
        IReadOnlyList< ModelContent.FunctionCallPart >
        A list of  
      ModelContent.FunctionCallPart included in the response, if any.  | 
    
Properties
FunctionCalls
IReadOnlyList< ModelContent.FunctionCallPart > Firebase::AI::LiveSessionToolCall::FunctionCalls
A list of ModelContent.FunctionCallPart included in the response, if any. 
This will be empty if no function calls are present.