Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep

A single rollout step with specified traffic allocation.

Inheritance
object
GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep : IDirectResponseSchema

Properties

DisplayName

The name of the rollout step;

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MinDuration

The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.

Declaration
[JsonProperty("minDuration")]
public virtual object MinDuration { get; set; }
Property Value
Type Description
object

TrafficPercent

The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].

Declaration
[JsonProperty("trafficPercent")]
public virtual int? TrafficPercent { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX