DeployFlowResponse

The response message for Environments.DeployFlow.

JSON representation
{
  "environment": {
    object (Environment)
  },
  "deployment": string
}
Fields
environment

object (Environment)

The updated environment where the flow is deployed.

deployment

string

The name of the flow version deployment. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>.