public sealed class GetChangelogRequest : IMessage<GetChangelogRequest>, IEquatable<GetChangelogRequest>, IDeepCloneable<GetChangelogRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetChangelogRequest.
The request message for
[Changelogs.GetChangelog][google.cloud.dialogflow.cx.v3.Changelogs.GetChangelog].
[[["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 of the Dialogflow v3 API class `GetChangelogRequest` is 2.23.0, and this page provides access to documentation for versions ranging from 1.0.0 to 2.23.0."],["The `GetChangelogRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["This class is used as a request message for `Changelogs.GetChangelog` to retrieve a specific changelog, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary properties of the `GetChangelogRequest` class are `ChangelogName` (a typed view) and `Name`, which represents the required resource name of the changelog to retrieve, following a specific format."],["There are two constructors that the class has which are `GetChangelogRequest()` which is public and parameterless and `GetChangelogRequest(GetChangelogRequest other)` which takes another `GetChangelogRequest` object as the only parameter."]]],[]]