Output only. The name of the greeting, as set by Business Messages. Resolves to "brands/{brand_id}/agents/{agent_id}/greetings/{greeting_id}" where {greeting_id} is the unique ID of the greeting.
[[["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-11-14 UTC."],[[["\u003cp\u003eThis documentation details how to update information about a Business Messages greeting using the \u003ccode\u003ePATCH\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eGreetings are deprecated, and developers should migrate away from these APIs.\u003c/p\u003e\n"],["\u003cp\u003eWhen updating list fields, the entire list must be included in the request as updates replace the existing list entirely.\u003c/p\u003e\n"],["\u003cp\u003eThe request should be sent to the URL \u003ccode\u003ePATCH https://businesscommunications.googleapis.com/v1/{greeting.name=brands/*/agents/*/greetings/*}\u003c/code\u003e with necessary path and query parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain an instance of \u003ccode\u003eGreeting\u003c/code\u003e, and a successful response will also contain an instance of \u003ccode\u003eGreeting\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: brands.agents.greetings.patch\n\n| This item is deprecated!\nDeprecated: Greetings are deprecated. Please migrate away from the APIs. Updates the information about a greeting.\n\n\u003cbr /\u003e\n\n| **Caution**: If you update a field that takes a list as input, you must include the entire list in the update request. Updates to list fields replace the entire list.\n\n\u003cbr /\u003e\n\n### HTTP request\n\n`PATCH https://businesscommunications.googleapis.com/v1/{greeting.name=brands/*/agents/*/greetings/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `greeting.name` | `string` Output only. The name of the greeting, as set by Business Messages. Resolves to \"brands/{brand_id}/agents/{agent_id}/greetings/{greeting_id}\" where {greeting_id} is the unique ID of the greeting. |\n\n### Query parameters\n\n| Parameters ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` format)` The update mask applies to the resource. For the FieldMask definition, see \u003chttps://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask\u003e This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n\n### Request body\n\nThe request body contains an instance of [Greeting](/business-communications/business-messages/reference/business-communications/rest/v1/brands.agents.greetings#Greeting).\n\n### Response body\n\nIf successful, the response body contains an instance of [Greeting](/business-communications/business-messages/reference/business-communications/rest/v1/brands.agents.greetings#Greeting)."]]