Stay organized with collections
Save and categorize content based on your preferences.
--- v16/resources/local_services_lead_conversation.proto 2024-04-18 17:10:06.000000000 +0000+++ v16-1/resources/local_services_lead_conversation.proto 2024-04-18 17:10:16.000000000 +0000@@ -105,4 +105,9 @@message MessageDetails {
// Output only. Textual content of the message.
string text = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
++ // Output only. URL to the SMS or email attachments. These URLs can be used to+ // download the contents of the attachment by using the developer token.+ repeated string attachment_urls = 2+ [(google.api.field_behavior) = OUTPUT_ONLY];}
[[["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 2024-04-19 UTC."],[[["The updated `MessageDetails` message now includes a field for attachment URLs."],["`attachment_urls` is a repeated field containing URLs that can be used to download SMS or email attachments associated with the message using a developer token."],["The `attachment_urls` and `text` fields are output-only, meaning they are generated by the system and cannot be set by the user."]]],[]]