View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3RolloutState (google_api_dialogflow v0.78.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3RolloutState{
  startTime: DateTime.t() | nil,
  step: String.t() | nil,
  stepIndex: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.