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 page provides documentation for the `CompareVersionsResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its properties, constructors, and implemented interfaces."],["The latest version available is 2.23.0, with a history of versions going back to 1.0.0, all related to the `CompareVersionsResponse`."],["`CompareVersionsResponse` is a response message used to compare two versions and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `BaseVersionContentJson`, `CompareTime`, and `TargetVersionContentJson` for retrieving the base version content, comparison timestamp, and target version content, respectively."],["There are also two constructors available for the `CompareVersionsResponse` class, a default constructor and one that accepts another instance of the `CompareVersionsResponse` class."]]],[]]