GenerateProductTextSuggestions generates a set of candidate text completions (e.g., product titles, descriptions) based on provided product information.
[[["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-06-06 UTC."],[],[],null,["# REST Resource: accounts\n\n- [Resource: ProductTextGenerationSuggestion](#ProductTextGenerationSuggestion)\n - [JSON representation](#ProductTextGenerationSuggestion.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ProductTextGenerationSuggestion\n-----------------------------------------\n\nText generated for a product, optionally including its quality score.\n\n| JSON representation |\n|----------------------------------------------------------------------|\n| ``` { \"text\": string, \"score\": number, \"changeSummary\": string } ``` |\n\n| Fields ||\n|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| `text` | `string` The text generated |\n| `score` | `number` The quality score associated with the generation. Heuristic implemented according to the feedgen team's implementation styles. |\n| `changeSummary` | `string` A brief summarization of all the changes that have been made. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [generateProductTextSuggestions](/merchant/api/reference/rest/productstudio_v1alpha/accounts/generateProductTextSuggestions) | GenerateProductTextSuggestions generates a set of candidate text completions (e.g., product titles, descriptions) based on provided product information. |"]]