public sealed class CompareVersionsResponse : IMessage<CompareVersionsResponse>, IEquatable<CompareVersionsResponse>, IDeepCloneable<CompareVersionsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class CompareVersionsResponse.
The response message for [Versions.CompareVersions][google.cloud.dialogflow.cx.v3.Versions.CompareVersions].
Implements
IMessageCompareVersionsResponse, IEquatableCompareVersionsResponse, IDeepCloneableCompareVersionsResponse, 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 |
|