public sealed class EnvironmentHistory.Types.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, specifically for version 4.24.0."],["The `EnvironmentHistory.Types.Entry` class represents a single entry in the history of a Dialogflow environment, encapsulating details such as agent version, creation time, and description."],["The documentation lists numerous past versions of the API, from version 4.26.0 (latest) down to version 3.2.0, alongside version 4.24.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, equality comparison, deep cloning, and buffer message operations."],["Key properties of the `EnvironmentHistory.Types.Entry` class include `AgentVersion`, `CreateTime`, and `Description`, which store the version of the agent, the timestamp of the entry's creation, and a user-provided description, respectively."]]],[]]