public sealed class UniversalAction : IMessage<UniversalAction>, IEquatable<UniversalAction>, IDeepCloneable<UniversalAction>, IBufferMessage, IMessage
An action that is always available in the add-on toolbar menu regardless of
message context.
[[["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."],[[["This documentation describes the `UniversalAction` class, which represents an action available in the add-on toolbar menu within Gmail, regardless of message context."],["The `UniversalAction` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["It includes properties like `OpenLink`, `RunFunction`, and `Text`, to define what happens when a user triggers the action, such as opening a link or running a function and has a `ActionTypeCase` property of `UniversalAction.ActionTypeOneofCase`."],["The class offers two constructors, a default constructor (`UniversalAction()`) and another that accepts a `UniversalAction` object for copying."],["The `UniversalAction` class is part of the `Google.Apps.Script.Type.Gmail` namespace, found in the `Google.Apps.Script.Type.dll` assembly, and it is available in different versions, with the latest being 2.3.0."]]],[]]