[[["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,["# FunctionResponsePart interface\n\nContent part interface if the part represents [FunctionResponse](./vertexai.functionresponse.md#functionresponse_interface).\n\n**Signature:** \n\n export interface FunctionResponsePart \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|-------------|\n| [functionCall](./vertexai.functionresponsepart.md#functionresponsepartfunctioncall) | never | |\n| [functionResponse](./vertexai.functionresponsepart.md#functionresponsepartfunctionresponse) | [FunctionResponse](./vertexai.functionresponse.md#functionresponse_interface) | |\n| [inlineData](./vertexai.functionresponsepart.md#functionresponsepartinlinedata) | never | |\n| [text](./vertexai.functionresponsepart.md#functionresponseparttext) | never | |\n\nFunctionResponsePart.functionCall\n---------------------------------\n\n**Signature:** \n\n functionCall?: never;\n\nFunctionResponsePart.functionResponse\n-------------------------------------\n\n**Signature:** \n\n functionResponse: FunctionResponse;\n\nFunctionResponsePart.inlineData\n-------------------------------\n\n**Signature:** \n\n inlineData?: never;\n\nFunctionResponsePart.text\n-------------------------\n\n**Signature:** \n\n text?: never;"]]