Dialogflow v3 API - Class CompareVersionsResponse (2.11.0)

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

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