public sealed class ConferenceSolution : IMessage<ConferenceSolution>, IEquatable<ConferenceSolution>, IDeepCloneable<ConferenceSolution>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class ConferenceSolution.
Required. IDs should be unique across ConferenceSolutions within one
add-on, but this is not strictly enforced. It is up to the add-on developer
to assign them uniquely, otherwise the wrong ConferenceSolution may be
used when the add-on is triggered. While the developer may change the
display name of an add-on, the ID should not be changed.
[[["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-01 UTC."],[[["This documentation provides details for the `ConferenceSolution` class within the `Google.Apps.Script.Type` namespace, specifically for version 2.2.0."],["`ConferenceSolution` defines conference-related properties such as `Id`, `LogoUrl`, `Name`, and `OnCreateFunction`, all of which are essential for configuring and displaying conference solutions."],["The class `ConferenceSolution` implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and provides constructors for creating instances."],["The ConferenceSolution class has inherited methods from the object class, like `GetHashCode`, `GetType`, and `ToString`."],["The latest version of this class is 2.3.0, however, there are also documentation available for versions going back as far as version 1.0.0."]]],[]]