public sealed class CallFunctionResponse : IMessage<CallFunctionResponse>, IEquatable<CallFunctionResponse>, IDeepCloneable<CallFunctionResponse>, IBufferMessage, IMessage
[[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCallFunctionResponse\u003c/code\u003e class is a response object for the \u003ccode\u003eCallFunction\u003c/code\u003e method within the Google.Cloud.Functions.V1 namespace, and is available in versions ranging from 1.1.0 up to the latest 2.7.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling it to be used within Google Cloud Functions environments for handling responses.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCallFunctionResponse\u003c/code\u003e class has properties such as \u003ccode\u003eError\u003c/code\u003e, \u003ccode\u003eExecutionId\u003c/code\u003e, and \u003ccode\u003eResult\u003c/code\u003e, which provide details about the outcome of the function call, including any errors encountered, the execution ID, and the result from the function.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two constructors: a default \u003ccode\u003eCallFunctionResponse()\u003c/code\u003e constructor and a constructor that takes another \u003ccode\u003eCallFunctionResponse\u003c/code\u003e object as a parameter, allowing for object duplication.\u003c/p\u003e\n"]]],[],null,[]]