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 latest version available for `GetChangelogRequest` is 2.23.0, and the page details versions ranging from 2.23.0 down to 1.0.0, each linked to its respective documentation."],["`GetChangelogRequest` is a request message used for the `Changelogs.GetChangelog` operation within the Google Cloud Dialogflow CX V3 API."],["This class inherits from `Object` and implements `IMessage\u003cGetChangelogRequest\u003e`, `IEquatable\u003cGetChangelogRequest\u003e`, `IDeepCloneable\u003cGetChangelogRequest\u003e`, `IBufferMessage`, and `IMessage`."],["It contains a `ChangelogName` property that provides a typed view over the resource name, and a `Name` property that specifies the changelog's resource name, which is required."]]],[]]