Class GoogleCloudDialogflowCxV3RolloutConfig
Inheritance
GoogleCloudDialogflowCxV3RolloutConfig
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3RolloutConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FailureCondition
Declaration
[JsonProperty("failureCondition")]
public virtual string FailureCondition { get; set; }
Property Value
RolloutCondition
Declaration
[JsonProperty("rolloutCondition")]
public virtual string RolloutCondition { get; set; }
Property Value
RolloutSteps
Declaration
[JsonProperty("rolloutSteps")]
public virtual IList<GoogleCloudDialogflowCxV3RolloutConfigRolloutStep> RolloutSteps { get; set; }
Property Value
Implements