[[["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 2024-10-21 UTC."],[],[],null,["# FirebaseVertexAI Framework Reference\n\nFunctionCallPart\n================\n\n @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)\n public struct FunctionCallPart : ../Protocols/Part.html\n\nA predicted function call returned from the model.\n- `\n ``\n ``\n `\n\n ### [name](#/s:16FirebaseVertexAI16FunctionCallPartV4nameSSvp)\n\n `\n ` \n The name of the function to call. \n\n #### Declaration\n\n Swift \n\n public var name: String { get }\n\n- `\n ``\n ``\n `\n\n ### [args](#/s:16FirebaseVertexAI16FunctionCallPartV4argsSDySSAA9JSONValueOGvp)\n\n `\n ` \n The function parameters and values. \n\n #### Declaration\n\n Swift \n\n public var args: ../Typealiases.html#/s:16FirebaseVertexAI10JSONObjecta { get }\n\n- `\n ``\n ``\n `\n\n ### [init(name:args:)](#/s:16FirebaseVertexAI16FunctionCallPartV4name4argsACSS_SDySSAA9JSONValueOGtcfc)\n\n `\n ` \n Constructs a new function call part. \n Note\n\n A `FunctionCallPart` is typically received from the model, rather than created\n manually. \n\n #### Declaration\n\n Swift \n\n public init(name: String, args: ../Typealiases.html#/s:16FirebaseVertexAI10JSONObjecta)\n\n #### Parameters\n\n |--------------|-------------------------------------|\n | ` `*name*` ` | The name of the function to call. |\n | ` `*args*` ` | The function parameters and values. |"]]