Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class Deployment.
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.
Generated from protobuf message google.cloud.dialogflow.cx.v3.Deployment
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the deployment. Format: projects/
↳ flow_version
string
The name of the flow version for this deployment. Format: projects/
↳ state
int
The current state of the deployment.
↳ result
↳ start_time
↳ end_time
getName
The name of the deployment.
Format: projects/
string
setName
The name of the deployment.
Format: projects/
var
string
$this
getFlowVersion
The name of the flow version for this deployment.
Format: projects/
string
setFlowVersion
The name of the flow version for this deployment.
Format: projects/
var
string
$this
getState
The current state of the deployment.
int
setState
The current state of the deployment.
var
int
$this
getResult
Result of the deployment.
hasResult
clearResult
setResult
Result of the deployment.
$this
getStartTime
Start time of this deployment.
hasStartTime
clearStartTime
setStartTime
Start time of this deployment.
$this
getEndTime
End time of this deployment.
hasEndTime
clearEndTime
setEndTime
End time of this deployment.
$this