functionResponse property
Optional. The result output of a FunctionCall that contains a string representing the FunctionDeclaration.name and a structured JSON object containing any output from the function call. It is used as context to the model.
Implementation
final FunctionResponse? functionResponse;