Class GoogleCloudDialogflowCxV3beta1RolloutConfig
The configuration for auto rollout.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1RolloutConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailureCondition
The conditions that are used to evaluate the failure of a rollout step. If not specified, no rollout steps will fail. E.g. "containment_rate < 10% OR average_turn_count < 3". See the conditions reference.
Declaration
[JsonProperty("failureCondition")]
public virtual string FailureCondition { get; set; }
Property Value
Type | Description |
---|---|
string |
RolloutCondition
The conditions that are used to evaluate the success of a rollout step. If not specified, all rollout steps will proceed to the next one unless failure conditions are met. E.g. "containment_rate > 60% AND callback_rate < 20%". See the conditions reference.
Declaration
[JsonProperty("rolloutCondition")]
public virtual string RolloutCondition { get; set; }
Property Value
Type | Description |
---|---|
string |
RolloutSteps
Steps to roll out a flow version. Steps should be sorted by percentage in ascending order.
Declaration
[JsonProperty("rolloutSteps")]
public virtual IList<GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep> RolloutSteps { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep> |