Class GoogleCloudDialogflowCxV3CompareVersionsResponse
Inheritance
GoogleCloudDialogflowCxV3CompareVersionsResponse
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3CompareVersionsResponse : IDirectResponseSchema
Properties
BaseVersionContentJson
Declaration
[JsonProperty("baseVersionContentJson")]
public virtual string BaseVersionContentJson { get; set; }
Property Value
CompareTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompareTimeDateTimeOffset instead.")]
public virtual object CompareTime { get; set; }
Property Value
CompareTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompareTimeDateTimeOffset { get; set; }
Property Value
CompareTimeRaw
Declaration
[JsonProperty("compareTime")]
public virtual string CompareTimeRaw { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
TargetVersionContentJson
Declaration
[JsonProperty("targetVersionContentJson")]
public virtual string TargetVersionContentJson { get; set; }
Property Value
Implements