> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # SubmitGenerationFeedbackResponse Confirmation that the feedback was recorded ## Example Usage ```typescript theme={null} import { SubmitGenerationFeedbackResponse } from "@openrouter/sdk/models"; let value: SubmitGenerationFeedbackResponse = { data: { success: true, }, }; ``` ## Fields | Field | Type | Required | Description | | ------ | ------------------------------------------------------------------------------------------------- | -------------------- | ----------- | | `data` | [models.SubmitGenerationFeedbackResponseData](../models/submitgenerationfeedbackresponsedata.mdx) | :heavy\_check\_mark: | N/A |