public sealed class GetChangelogRequest : IMessage<GetChangelogRequest>, IEquatable<GetChangelogRequest>, IDeepCloneable<GetChangelogRequest>, IBufferMessage, IMessage
The request message for [Changelogs.GetChangelog][google.cloud.dialogflow.cx.v3.Changelogs.GetChangelog].
Required. The name of the changelog to get.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/changelogs/<Changelog ID>.
[[["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-03-21 UTC."],[[["This webpage details the `GetChangelogRequest` class, which is used for retrieving changelog information within the Google Cloud Dialogflow CX V3 API, with the current version being 1.8.0, however the latest version of the API is 2.23.0."],["The `GetChangelogRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `ChangelogName` and `Name`, which are essential for specifying the changelog to be retrieved, and the name property is the required parameter."],["The changelog request class is built to inherit members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are various versions of the `GetChangelogRequest`, spanning from 1.0.0 all the way up to the most recent, 2.23.0, allowing you to view all changes made to each individual version of the class."]]],[]]