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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ environment |
string
Required. The environment to deploy the flow to. Format: |
↳ flow_version |
string
Required. The flow version to deploy. Format: |
getEnvironment
Required. The environment to deploy the flow to.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
Returns | |
---|---|
Type | Description |
string |
setEnvironment
Required. The environment to deploy the flow to.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFlowVersion
Required. The flow version to deploy.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
Returns | |
---|---|
Type | Description |
string |
setFlowVersion
Required. The flow version to deploy.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |