[[["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."],[[["The `ComposeTrigger` class, found within the `Google.Apps.Script.Type.Gmail` namespace, is a trigger that is activated when a user is composing an email."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer message capabilities."],["There are several versions of `ComposeTrigger` available, ranging from version 1.0.0 to the latest version 2.3.0, with version 2.0.0 being detailed in the document."],["The `ComposeTrigger` class has two constructors: a default one `ComposeTrigger()` and another `ComposeTrigger(ComposeTrigger other)` that allows the creation of a new instance based on an existing `ComposeTrigger` object."],["It contains properties `Actions` of type `RepeatedField\u003cMenuItemExtensionPoint\u003e` which defines user triggered actions, and `DraftAccess` of type `ComposeTrigger.Types.DraftAccess` to define data access when triggered."]]],[]]