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