[[["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-04-24 UTC."],[],[],null,["# FunctionCallPart interface\n\nContent part interface if the part represents a [FunctionCall](./vertexai.functioncall.md#functioncall_interface).\n\n**Signature:** \n\n export interface FunctionCallPart \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------|-------------------------------------------------------------------|-------------|\n| [functionCall](./vertexai.functioncallpart.md#functioncallpartfunctioncall) | [FunctionCall](./vertexai.functioncall.md#functioncall_interface) | |\n| [functionResponse](./vertexai.functioncallpart.md#functioncallpartfunctionresponse) | never | |\n| [inlineData](./vertexai.functioncallpart.md#functioncallpartinlinedata) | never | |\n| [text](./vertexai.functioncallpart.md#functioncallparttext) | never | |\n\nFunctionCallPart.functionCall\n-----------------------------\n\n**Signature:** \n\n functionCall: FunctionCall;\n\nFunctionCallPart.functionResponse\n---------------------------------\n\n**Signature:** \n\n functionResponse?: never;\n\nFunctionCallPart.inlineData\n---------------------------\n\n**Signature:** \n\n inlineData?: never;\n\nFunctionCallPart.text\n---------------------\n\n**Signature:** \n\n text?: never;"]]