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"]],[["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-06-12 UTC."],[[["The provided content is a documentation page for the `EnvironmentHistory.Types.Entry` class within the Google Cloud Dialogflow V2 .NET library, specifically for version 3.3.0, with links to previous versions and the latest."],["`EnvironmentHistory.Types.Entry` represents a record of changes made within an environment, and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["The class `EnvironmentHistory.Types.Entry` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, meaning it supports message operations, value equality, deep cloning, and buffered message operations."],["Key properties of `EnvironmentHistory.Types.Entry` include `AgentVersion`, `CreateTime`, and `Description`, which provide information about the agent version, the timestamp of the entry, and a user-provided description."],["The documentation includes an overview of the class's constructors and inherited members from `Object`, and offers links to other documentation resources for related types and interfaces."]]],[]]