[[["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-05-20 UTC."],[],[],null,["# TextPart interface\n\nContent part interface if the part represents a text string.\n\n**Signature:** \n\n export interface TextPart \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------|--------|-------------|\n| [functionCall](./ai.textpart.md#textpartfunctioncall) | never | |\n| [functionResponse](./ai.textpart.md#textpartfunctionresponse) | never | |\n| [inlineData](./ai.textpart.md#textpartinlinedata) | never | |\n| [text](./ai.textpart.md#textparttext) | string | |\n\nTextPart.functionCall\n---------------------\n\n**Signature:** \n\n functionCall?: never;\n\nTextPart.functionResponse\n-------------------------\n\n**Signature:** \n\n functionResponse?: never;\n\nTextPart.inlineData\n-------------------\n\n**Signature:** \n\n inlineData?: never;\n\nTextPart.text\n-------------\n\n**Signature:** \n\n text: string;"]]