Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DeployFlowRequest.
The request message for Environments.DeployFlow .
Generated from protobuf message google.cloud.dialogflow.cx.v3.DeployFlowRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ environment
string
Required. The environment to deploy the flow to. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
↳ flow_version
string
Required. The flow version to deploy. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
getEnvironment
Required. The environment to deploy the flow to.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
string
setEnvironment
Required. The environment to deploy the flow to.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
var
string
$this
getFlowVersion
Required. The flow version to deploy.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
string
setFlowVersion
Required. The flow version to deploy.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
var
string
$this