[[["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,["# EnhancedGenerateContentResponse interface\n\nResponse object wrapped with helper methods.\n\n**Signature:** \n\n export interface EnhancedGenerateContentResponse extends GenerateContentResponse \n\n**Extends:** [GenerateContentResponse](./vertexai.generatecontentresponse.md#generatecontentresponse_interface)\n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [functionCalls](./vertexai.enhancedgeneratecontentresponse.md#enhancedgeneratecontentresponsefunctioncalls) | () =\\\u003e [FunctionCall](./vertexai.functioncall.md#functioncall_interface)\\[\\] \\| undefined | |\n| [inlineDataParts](./vertexai.enhancedgeneratecontentresponse.md#enhancedgeneratecontentresponseinlinedataparts) | () =\\\u003e [InlineDataPart](./vertexai.inlinedatapart.md#inlinedatapart_interface)\\[\\] \\| undefined | Aggregates and returns all [InlineDataPart](./vertexai.inlinedatapart.md#inlinedatapart_interface)s from the [GenerateContentResponse](./vertexai.generatecontentresponse.md#generatecontentresponse_interface)'s first candidate. |\n| [text](./vertexai.enhancedgeneratecontentresponse.md#enhancedgeneratecontentresponsetext) | () =\\\u003e string | Returns the text string from the response, if available. Throws if the prompt or candidate was blocked. |\n\nEnhancedGenerateContentResponse.functionCalls\n---------------------------------------------\n\n**Signature:** \n\n functionCalls: () =\u003e FunctionCall[] | undefined;\n\nEnhancedGenerateContentResponse.inlineDataParts\n-----------------------------------------------\n\nAggregates and returns all [InlineDataPart](./vertexai.inlinedatapart.md#inlinedatapart_interface)s from the [GenerateContentResponse](./vertexai.generatecontentresponse.md#generatecontentresponse_interface)'s first candidate.\n\n**Signature:** \n\n inlineDataParts: () =\u003e InlineDataPart[] | undefined;\n\nEnhancedGenerateContentResponse.text\n------------------------------------\n\nReturns the text string from the response, if available. Throws if the prompt or candidate was blocked.\n\n**Signature:** \n\n text: () =\u003e string;"]]