Class GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep
Inheritance
GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep : IDirectResponseSchema
Properties
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MinDuration
Declaration
[JsonProperty("minDuration")]
public virtual object MinDuration { get; set; }
Property Value
TrafficPercent
Declaration
[JsonProperty("trafficPercent")]
public virtual int? TrafficPercent { get; set; }
Property Value
Implements