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-03-21 UTC."],[[["The `FunctionCall` class in the Google Cloud AI Platform v1beta1 API represents a predicted function call from a model, containing a function name and parameters."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message manipulation and comparison."],["The `FunctionCall` class includes properties for `Name` (the function's name) and `Args` (the function's parameters in JSON format), which are both required."],["There are two constructors available for the `FunctionCall` class, a default one and one that takes another `FunctionCall` object as an argument."],["This documentation represents version 1.0.0-beta09 and provides a link to version 1.0.0-beta21 and 1.0.0-beta20 for comparison and updates."]]],[]]