public sealed class StructuredMessage : IMessage<StructuredMessage>, IEquatable<StructuredMessage>, IDeepCloneable<StructuredMessage>, IBufferMessage, IMessage
A rich message format, including a human readable string, a key for
identifying the message, and structured data associated with the message for
programmatic consumption.
[[["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-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eStructuredMessage\u003c/code\u003e is a rich message format designed for both human readability and programmatic use, including a message string, a key, and associated structured data.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eObject\u003c/code\u003e and implements \u003ccode\u003eIMessage<StructuredMessage>\u003c/code\u003e, \u003ccode\u003eIEquatable<StructuredMessage>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<StructuredMessage>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor \u003ccode\u003eStructuredMessage()\u003c/code\u003e and one that accepts another \u003ccode\u003eStructuredMessage\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eStructuredMessage\u003c/code\u003e include \u003ccode\u003eMessageKey\u003c/code\u003e, \u003ccode\u003eMessageText\u003c/code\u003e, and \u003ccode\u003eParameters\u003c/code\u003e, which are used to identify the message, provide a human-readable version, and store structured data respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this class is \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3\u003c/code\u003e and it is contained within the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]