Represents a notification sent to Pub/Sub subscribers for conversation lifecycle events.
JSON representation
{"conversation": string,"type": enum (Type),"errorStatus": {object (Status)},// Union field payload can be only one of the following:"newMessagePayload": {object (Message)}// End of list of possible types for union field payload.}
Fields
conversation
string
Required. The unique identifier of the conversation this notification refers to. Format: projects/<Project ID>/conversations/<Conversation ID>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-10 UTC."],[],[]]