Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DeployFlowResponse.
The response message for Environments.DeployFlow.
Generated from protobuf message google.cloud.dialogflow.cx.v3.DeployFlowResponse
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ environment |
Environment
The updated environment where the flow is deployed. |
↳ deployment |
string
The name of the flow version Deployment. Format: |
getEnvironment
The updated environment where the flow is deployed.
Returns | |
---|---|
Type | Description |
Environment|null |
hasEnvironment
clearEnvironment
setEnvironment
The updated environment where the flow is deployed.
Parameter | |
---|---|
Name | Description |
var |
Environment
|
Returns | |
---|---|
Type | Description |
$this |
getDeployment
The name of the flow version
Deployment. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>
.
Returns | |
---|---|
Type | Description |
string |
setDeployment
The name of the flow version
Deployment. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |