public sealed class FunctionCall : IMessage<FunctionCall>, IEquatable<FunctionCall>, IDeepCloneable<FunctionCall>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eFunctionCall\u003c/code\u003e class in the Vertex AI v1beta1 API represents a predicted function call returned by a model, containing the function's name and parameters.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace and implemented with the \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFunctionCall\u003c/code\u003e class has properties such as \u003ccode\u003eArgs\u003c/code\u003e (function parameters in JSON format), \u003ccode\u003eId\u003c/code\u003e (a unique identifier), and \u003ccode\u003eName\u003c/code\u003e (the function's name).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor options for this class, one default and another accepting a FunctionCall parameter for initialization, allowing users to easily clone the object.\u003c/p\u003e\n"],["\u003cp\u003eThis class has inherited methods such as GetHashCode(), GetType(), and ToString() from its Object base class.\u003c/p\u003e\n"]]],[],null,[]]