Resource: ProductTextGenerationSuggestion
Text generated for a product, optionally including its quality score.
| JSON representation | 
|---|
| { "text": string, "score": number, "changeSummary": string } | 
| Fields | |
|---|---|
| text | 
 The text generated | 
| score | 
 The quality score associated with the generation. Heuristic implemented according to the feedgen team's implementation styles. | 
| changeSummary | 
 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. |