public sealed class FunctionCall : IMessage<FunctionCall>, IEquatable<FunctionCall>, IDeepCloneable<FunctionCall>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["The `FunctionCall` class is part of the Google Cloud AI Platform v1beta1 API, used to represent a predicted function call returned by a model."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling operations like deep cloning and equality comparisons."],["The `FunctionCall` class includes properties `Args`, which contains the function parameters and their values in JSON format, and `Name`, which specifies the name of the function to be called."],["Two constructors are available: a default constructor and one that takes another `FunctionCall` object as a parameter for creating copies."],["This class inherits from `object` and includes standard methods like `GetHashCode()`, `GetType()`, and `ToString()` inherited from that base class."]]],[]]