Class GoogleCloudDialogflowCxV3CompareVersionsResponse
The response message for Versions.CompareVersions.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3CompareVersionsResponse : IDirectResponseSchema
Properties
BaseVersionContentJson
JSON representation of the base version content.
Declaration
[JsonProperty("baseVersionContentJson")]
public virtual string BaseVersionContentJson { get; set; }
Property Value
Type | Description |
---|---|
string |
CompareTime
object representation of CompareTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompareTimeDateTimeOffset instead.")]
public virtual object CompareTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CompareTimeDateTimeOffset
DateTimeOffset representation of CompareTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompareTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CompareTimeRaw
The timestamp when the two version compares.
Declaration
[JsonProperty("compareTime")]
public virtual string CompareTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetVersionContentJson
JSON representation of the target version content.
Declaration
[JsonProperty("targetVersionContentJson")]
public virtual string TargetVersionContentJson { get; set; }
Property Value
Type | Description |
---|---|
string |