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 structure and functionality."],["The latest version documented is 2.23.0, and the page provides a comprehensive list of past versions, allowing users to access information for specific releases, going as far back as version 1.0.0."],["`CompareVersionsResponse` is a class that inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["The class includes two constructors and three properties, `BaseVersionContentJson`, `CompareTime`, and `TargetVersionContentJson`, which handle the JSON content of versions and the time of comparison."],["This `CompareVersionsResponse` is used as the response message for `Versions.CompareVersions`, providing a structured way to handle the comparison results between versions."]]],[]]