Class GoogleCloudDialogflowCxV3VariantsHistory
Inheritance
GoogleCloudDialogflowCxV3VariantsHistory
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3VariantsHistory : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
UpdateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
UpdateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
UpdateTimeRaw
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
VersionVariants
Declaration
[JsonProperty("versionVariants")]
public virtual GoogleCloudDialogflowCxV3VersionVariants VersionVariants { get; set; }
Property Value
Implements