GenerateProductTextSuggestionsRequest

GenerateProductTextSuggestionsRequest

Request message for the GenerateProductTextSuggestions method.

Fields
name

string

Required. The name of the account to generate text suggestions for. This acts as a container for the request and does not affect the generation itself, as this is a stateless API. Format: accounts/{account}

product_info

ProductInfo

Required. Available information about the product. Used to inform the genAI models.

title_examples[]

TitleExample

Optional. Provide some hand-crafted examples of title improvements that are unique to your use case. This is a general tool that handles multiple product categories, but your brand identity may require custom functionality. Feel free to specify that here.

output_spec

OutputSpec

Optional. Configuration parameters that directly influence what content is generated, and how that content is rendered in the final response.

low_quality_title_filtering_enabled

bool

Optional. If set to true, low-quality generated titles will be filtered out.