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, which is used for the response message when comparing versions."],["The content includes a list of available versions, ranging from 2.23.0 (latest) down to 1.0.0, with links to each version's specific documentation for the `CompareVersionsResponse`."],["The `CompareVersionsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, `CompareVersionsResponse()` and `CompareVersionsResponse(CompareVersionsResponse)`, allowing for default initialization and initialization using an existing `CompareVersionsResponse` object respectively."],["Key properties of the `CompareVersionsResponse` class include `BaseVersionContentJson` (JSON representation of the base version), `CompareTime` (the timestamp of the comparison), and `TargetVersionContentJson` (JSON representation of the target version)."]]],[]]