Class CompareVersionsResponse (1.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class CompareVersionsResponse : IMessage<CompareVersionsResponse>, IEquatable<CompareVersionsResponse>, IDeepCloneable<CompareVersionsResponse>, IBufferMessage, IMessageThe response message for [Versions.CompareVersions][google.cloud.dialogflow.cx.v3.Versions.CompareVersions].
Implements
IMessage<CompareVersionsResponse>, IEquatable<CompareVersionsResponse>, IDeepCloneable<CompareVersionsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
CompareVersionsResponse()
public CompareVersionsResponse()CompareVersionsResponse(CompareVersionsResponse)
public CompareVersionsResponse(CompareVersionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
CompareVersionsResponse |
Properties
BaseVersionContentJson
public string BaseVersionContentJson { get; set; }JSON representation of the base version content.
| Property Value | |
|---|---|
| Type | Description |
String |
|
CompareTime
public Timestamp CompareTime { get; set; }The timestamp when the two version compares.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
TargetVersionContentJson
public string TargetVersionContentJson { get; set; }JSON representation of the target version content.
| Property Value | |
|---|---|
| Type | Description |
String |
|