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"]],[["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 2025-03-21 UTC."],[[["`StructuredMessage` is a rich message format designed for both human readability and programmatic use, including a message string, a key, and associated structured data."],["It inherits from `Object` and implements `IMessage\u003cStructuredMessage\u003e`, `IEquatable\u003cStructuredMessage\u003e`, `IDeepCloneable\u003cStructuredMessage\u003e`, `IBufferMessage`, and `IMessage`."],["The class offers two constructors: a default constructor `StructuredMessage()` and one that accepts another `StructuredMessage` as a parameter."],["Key properties of `StructuredMessage` include `MessageKey`, `MessageText`, and `Parameters`, which are used to identify the message, provide a human-readable version, and store structured data respectively."],["The namespace for this class is `Google.Cloud.Dataflow.V1Beta3` and it is contained within the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."]]],[]]