public sealed class CompareVersionsResponse : IMessage<CompareVersionsResponse>, IEquatable<CompareVersionsResponse>, IDeepCloneable<CompareVersionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CompareVersionsResponse.
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 latest version of the Dialogflow v3 API class `CompareVersionsResponse` is 2.23.0, with a list of previous versions ranging from 2.22.0 down to 1.0.0, each linking to its respective documentation."],["The `CompareVersionsResponse` class provides functionality to compare different versions within the Dialogflow v3 API and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It includes properties like `BaseVersionContentJson`, `CompareTime`, and `TargetVersionContentJson` for detailed version comparison data, using JSON representations and timestamps."],["The class has two constructors, a default constructor `CompareVersionsResponse()` and an overloaded one that accepts another `CompareVersionsResponse` object for cloning."]]],[]]