[[["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-08-16 UTC."],[],[],null,["# Interface ProductTextGenerationSuggestionOrBuilder (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/java/docs/reference/google-shopping-merchant-productstudio/latest/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationSuggestionOrBuilder)\n- [0.10.0](/java/docs/reference/google-shopping-merchant-productstudio/0.10.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationSuggestionOrBuilder)\n- [0.8.0](/java/docs/reference/google-shopping-merchant-productstudio/0.8.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationSuggestionOrBuilder)\n- [0.7.0](/java/docs/reference/google-shopping-merchant-productstudio/0.7.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationSuggestionOrBuilder)\n- [0.4.0](/java/docs/reference/google-shopping-merchant-productstudio/0.4.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationSuggestionOrBuilder)\n- [0.3.0](/java/docs/reference/google-shopping-merchant-productstudio/0.3.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationSuggestionOrBuilder)\n- [0.2.0](/java/docs/reference/google-shopping-merchant-productstudio/0.2.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationSuggestionOrBuilder) \n\n public interface ProductTextGenerationSuggestionOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getChangeSummary()\n\n public abstract String getChangeSummary()\n\nA brief summarization of all the changes that have been made.\n\n`optional string change_summary = 3;`\n\n### getChangeSummaryBytes()\n\n public abstract ByteString getChangeSummaryBytes()\n\nA brief summarization of all the changes that have been made.\n\n`optional string change_summary = 3;`\n\n### getScore()\n\n public abstract float getScore()\n\nThe quality score associated with the generation. Heuristic implemented\naccording to the feedgen team's implementation styles.\n\n`optional float score = 2;`\n\n### getText()\n\n public abstract String getText()\n\nThe text generated\n\n`optional string text = 1;`\n\n### getTextBytes()\n\n public abstract ByteString getTextBytes()\n\nThe text generated\n\n`optional string text = 1;`\n\n### hasChangeSummary()\n\n public abstract boolean hasChangeSummary()\n\nA brief summarization of all the changes that have been made.\n\n`optional string change_summary = 3;`\n\n### hasScore()\n\n public abstract boolean hasScore()\n\nThe quality score associated with the generation. Heuristic implemented\naccording to the feedgen team's implementation styles.\n\n`optional float score = 2;`\n\n### hasText()\n\n public abstract boolean hasText()\n\nThe text generated\n\n`optional string text = 1;`"]]