public sealed class FunctionCall : IMessage<FunctionCall>, IEquatable<FunctionCall>, IDeepCloneable<FunctionCall>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1 API class FunctionCall.
A predicted [FunctionCall] returned from the model that contains a string
representing the [FunctionDeclaration.name] and a structured JSON object
containing the parameters and their values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eFunctionCall\u003c/code\u003e API is 3.22.0, within the broader version 3.2.0 of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1\u003c/code\u003e namespace, as shown by the list of all available versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFunctionCall\u003c/code\u003e class is a predicted model response containing a function's name and its parameter values, formatted in a structured JSON object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFunctionCall\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFunctionCall\u003c/code\u003e class has two constructors: a default one, \u003ccode\u003eFunctionCall()\u003c/code\u003e, and another \u003ccode\u003eFunctionCall(FunctionCall other)\u003c/code\u003e, which takes an existing FunctionCall object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFunctionCall\u003c/code\u003e class includes two key properties: \u003ccode\u003eArgs\u003c/code\u003e, which holds the function's parameters and their values as a JSON object, and \u003ccode\u003eName\u003c/code\u003e, representing the required name of the function being called.\u003c/p\u003e\n"]]],[],null,[]]