public sealed class FunctionResponse : IMessage<FunctionResponse>, IEquatable<FunctionResponse>, IDeepCloneable<FunctionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FunctionResponse.
The result output from a [FunctionCall] that contains a string representing
the [FunctionDeclaration.name] and a structured JSON object containing any
output from the function is used as context to the model. This should contain
the result of a [FunctionCall] made based on model prediction.
[[["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."],[[["This documentation details the `FunctionResponse` class within the Google Cloud AI Platform v1beta1 API, which is used to represent the result of a function call."],["The `FunctionResponse` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, and is used to pass the output of function calls back to the model as context."],["The `FunctionResponse` class includes two properties: `Name`, a string representing the function's name, and `Response`, a JSON object (`Struct`) containing the function's output."],["`FunctionResponse` also contains two constructors, one taking in no arguments and another taking in a `FunctionResponse` object as an argument."]]],[]]