REST Resource: accounts
Stay organized with collections
Save and categorize content based on your preferences.
Resource: ProductTextGenerationSuggestion
Text generated for a product, optionally including its quality score.
JSON representation |
{
"text": string,
"score": number,
"changeSummary": string
} |
Fields |
text |
string
The text generated
|
score |
number
The quality score associated with the generation. Heuristic implemented according to the feedgen team's implementation styles.
|
changeSummary |
string
A brief summarization of all the changes that have been made.
|
Methods |
|
GenerateProductTextSuggestions generates a set of candidate text completions (e.g., product titles, descriptions) based on provided product information. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-06 UTC.
[null,null,["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. |"]]