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 page provides a history of the `EnvironmentHistory.Types.Entry` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing versions from 3.2.0 up to the latest release 4.26.0."],["`EnvironmentHistory.Types.Entry` is a class representing a single entry in the environment history, which implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Entry` class includes properties such as `AgentVersion`, `CreateTime`, and `Description`, which describe the agent version, creation time, and a user-provided description for the environment history entry, respectively."],["There are two constructors available for the Entry class, the default `Entry()` constructor and another one that takes an `EnvironmentHistory.Types.Entry` as an argument."]]],[]]