REST Resource: accounts

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

GenerateProductTextSuggestions generates a set of candidate text completions (e.g., product titles, descriptions) based on provided product information.