Class GoogleCloudDialogflowCxV3beta1VariantsHistory
Inheritance
GoogleCloudDialogflowCxV3beta1VariantsHistory
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1VariantsHistory : 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 GoogleCloudDialogflowCxV3beta1VersionVariants VersionVariants { get; set; }
Property Value
Implements