Class GoogleCloudDialogflowCxV3RolloutState
Inheritance
GoogleCloudDialogflowCxV3RolloutState
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3RolloutState : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
StartTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
StartTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
StartTimeRaw
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Step
Declaration
[JsonProperty("step")]
public virtual string Step { get; set; }
Property Value
StepIndex
Declaration
[JsonProperty("stepIndex")]
public virtual int? StepIndex { get; set; }
Property Value
Implements