public sealed class CompareVersionsResponse : IMessage<CompareVersionsResponse>, IEquatable<CompareVersionsResponse>, IDeepCloneable<CompareVersionsResponse>, IBufferMessage, IMessage
The response message for [Versions.CompareVersions][google.cloud.dialogflow.cx.v3.Versions.CompareVersions].
[[["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 provides documentation for the `CompareVersionsResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its implementation and usage across multiple versions."],["`CompareVersionsResponse` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message comparison and handling."],["The documentation includes a list of all versions, ranging from the latest version 2.23.0 to version 1.0.0, each linking to its respective documentation for `CompareVersionsResponse`."],["The class has two constructors, one default and another that takes a `CompareVersionsResponse` object as a parameter for copying."],["`CompareVersionsResponse` has three properties: `BaseVersionContentJson`, `CompareTime`, and `TargetVersionContentJson`, which store the base version content, comparison timestamp, and target version content respectively."]]],[]]