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

State of the auto-rollout process.

Attributes

  • startTime (type: DateTime.t, default: nil) - Start time of the current step.
  • step (type: String.t, default: nil) - Display name of the current auto rollout step.
  • stepIndex (type: integer(), default: nil) - Index of the current step in the auto rollout steps list.

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.GoogleCloudDialogflowCxV3RolloutState{
  startTime: DateTime.t() | nil,
  step: String.t() | nil,
  stepIndex: integer() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.