View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Deployment (google_api_dialogflow v0.88.0)
Represents a deployment in an environment. A deployment happens when a flow version configured to be active in the environment. You can configure running pre-deployment steps, e.g. running validation test cases, experiment auto-rollout, etc.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - End time of this deployment. -
flowVersion
(type:String.t
, default:nil
) - The name of the flow version for this deployment. Format: projects//locations//agents//flows//versions/. -
name
(type:String.t
, default:nil
) - The name of the deployment. Format: projects//locations//agents//environments//deployments/. -
result
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DeploymentResult.t
, default:nil
) - Result of the deployment. -
startTime
(type:DateTime.t
, default:nil
) - Start time of this deployment. -
state
(type:String.t
, default:nil
) - The current state of the deployment.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Deployment{ endTime: DateTime.t() | nil, flowVersion: String.t() | nil, name: String.t() | nil, result: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DeploymentResult.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.