[[["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,["# Content interface\n\nContent type for both prompts and response candidates.\n\n**Signature:** \n\n export interface Content \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------|--------------------------|-------------|\n| [parts](./ai.content.md#contentparts) | [Part](./ai.md#part)\\[\\] | |\n| [role](./ai.content.md#contentrole) | [Role](./ai.md#role) | |\n\nContent.parts\n-------------\n\n**Signature:** \n\n parts: Part[];\n\nContent.role\n------------\n\n**Signature:** \n\n role: Role;"]]