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 a comprehensive list of versions for the `Google.Cloud.Dialogflow.Cx.V3.CompareVersionsResponse`, ranging from version 1.0.0 to the latest version, 2.23.0."],["`CompareVersionsResponse` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, designed for comparing versions in Google Cloud Dialogflow CX."],["The class `CompareVersionsResponse` contains properties such as `BaseVersionContentJson`, `CompareTime`, and `TargetVersionContentJson`, which provide details on the base version content, the timestamp of comparison, and the target version content in JSON format respectively."],["The response message is for the `Versions.CompareVersions` function in the Dialogflow CX API, and it can be constructed either without arguments, or with another `CompareVersionsResponse` instance as an argument."],["The `Google.Cloud.Dialogflow.Cx.V3` namespace provides all the classes within the Dialogflow API, and is contained in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]