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."],[[["This page details the `CompareVersionsResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for comparing versions in Dialogflow CX."],["The `CompareVersionsResponse` class is part of version 2.0.0 of the Google.Cloud.Dialogflow.Cx.V3 library, but also shows a list of prior versions all the way back to 1.0.0 and has a latest tag for 2.23.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `BaseVersionContentJson`, `CompareTime`, and `TargetVersionContentJson` to represent and compare version data."],["The class provides two constructors, one default and another that accepts a `CompareVersionsResponse` object for initialization."]]],[]]