public sealed class Entry : IMessage<EnvironmentHistory.Types.Entry>, IEquatable<EnvironmentHistory.Types.Entry>, IDeepCloneable<EnvironmentHistory.Types.Entry>, IBufferMessage, IMessage
[[["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."],[[["The webpage details the `EnvironmentHistory.Types.Entry` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, specifically focusing on version 3.9.0, while providing links to versions ranging from 3.2.0 to 4.26.0."],["`Entry` is a class that represents an environment history entry, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Entry` class includes properties such as `AgentVersion`, `CreateTime`, and `Description`, which store the agent version, creation time, and developer-provided description of the environment history entry, respectively."],["The class has a default constructor `Entry()`, and another constructor `Entry(EnvironmentHistory.Types.Entry other)`, that takes an `EnvironmentHistory.Types.Entry` as an argument."],["The page provides details about the class `EnvironmentHistory.Types.Entry` as well as the namespace `Google.Cloud.Dialogflow.V2`, and a list of version available for the class."]]],[]]