[[["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 2024-10-22 UTC."],[],[],null,["# GenerateContentResponse interface\n\nIndividual response from [GenerativeModel.generateContent()](./vertexai.generativemodel.md#generativemodelgeneratecontent) and [GenerativeModel.generateContentStream()](./vertexai.generativemodel.md#generativemodelgeneratecontentstream). `generateContentStream()` will return one in each chunk until the stream is done.\n\n**Signature:** \n\n export interface GenerateContentResponse \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|-------------|\n| [candidates](./vertexai.generatecontentresponse.md#generatecontentresponsecandidates) | [GenerateContentCandidate](./vertexai.generatecontentcandidate.md#generatecontentcandidate_interface)\\[\\] | |\n| [promptFeedback](./vertexai.generatecontentresponse.md#generatecontentresponsepromptfeedback) | [PromptFeedback](./vertexai.promptfeedback.md#promptfeedback_interface) | |\n| [usageMetadata](./vertexai.generatecontentresponse.md#generatecontentresponseusagemetadata) | [UsageMetadata](./vertexai.usagemetadata.md#usagemetadata_interface) | |\n\nGenerateContentResponse.candidates\n----------------------------------\n\n**Signature:** \n\n candidates?: GenerateContentCandidate[];\n\nGenerateContentResponse.promptFeedback\n--------------------------------------\n\n**Signature:** \n\n promptFeedback?: PromptFeedback;\n\nGenerateContentResponse.usageMetadata\n-------------------------------------\n\n**Signature:** \n\n usageMetadata?: UsageMetadata;"]]