GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3RolloutState (google_api_dialogflow v0.72.0) View Source
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
Unwrap a decoded JSON object into its complex fields.