Class CompareVersionsResponse (1.10.0)

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].

Inheritance

Object > CompareVersionsResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CompareVersionsResponse()

public CompareVersionsResponse()

CompareVersionsResponse(CompareVersionsResponse)

public CompareVersionsResponse(CompareVersionsResponse other)
Parameter
NameDescription
otherCompareVersionsResponse

Properties

BaseVersionContentJson

public string BaseVersionContentJson { get; set; }

JSON representation of the base version content.

Property Value
TypeDescription
String

CompareTime

public Timestamp CompareTime { get; set; }

The timestamp when the two version compares.

Property Value
TypeDescription
Timestamp

TargetVersionContentJson

public string TargetVersionContentJson { get; set; }

JSON representation of the target version content.

Property Value
TypeDescription
String