View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3RolloutConfigRolloutStep (google_api_dialogflow v0.74.0)

A single rollout step with specified traffic allocation.

Attributes

  • displayName (type: String.t, default: nil) - The name of the rollout step;
  • minDuration (type: String.t, default: nil) - 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.
  • trafficPercent (type: integer(), default: nil) - The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3RolloutConfigRolloutStep{
    displayName: String.t() | nil,
    minDuration: String.t() | nil,
    trafficPercent: integer() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.