functionResponse property
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.
Optional.
Implementation
GoogleCloudAiplatformV1FunctionResponse? functionResponse;