public sealed class Entry : IMessage<EnvironmentHistory.Types.Entry>, IEquatable<EnvironmentHistory.Types.Entry>, IDeepCloneable<EnvironmentHistory.Types.Entry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class EnvironmentHistory.Types.Entry.
[[["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."],[[["This webpage provides documentation for the `EnvironmentHistory.Types.Entry` class within the Google Cloud Dialogflow V2 API, covering versions from 3.2.0 up to the latest 4.26.0."],["The `EnvironmentHistory.Types.Entry` class represents a single entry in the history of a Dialogflow environment, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `EnvironmentHistory.Types.Entry` class include `AgentVersion`, `CreateTime`, and `Description`, providing details about the environment's state at a specific point in time."],["The documentation details the `Entry()` constructor and an overloaded `Entry(EnvironmentHistory.Types.Entry other)` constructor, along with inherited members from the `Object` class, allowing for both default and copy construction."]]],[]]