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."],[[["The webpage details the `GetChangelogRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for requesting changelog information in the Dialogflow CX API."],["It lists available versions of the Dialogflow CX API, ranging from version 1.0.0 to the latest 2.23.0, providing links to documentation for each version."],["The `GetChangelogRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are utilized for messaging, equality checks, deep cloning, and buffer management."],["The class has two constructors: a default one and another that takes a `GetChangelogRequest` object, allowing for the creation of new instances and copies."],["The class properties include `ChangelogName`, a typed view over the `Name` property, and `Name`, which is the required string that specifies the changelog resource's name in the project."]]],[]]