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 |
Google\Cloud\Dialogflow\Cx\V3\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 |
Google\Cloud\Dialogflow\Cx\V3\Environment|null |
hasEnvironment
clearEnvironment
setEnvironment
The updated environment where the flow is deployed.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\Cx\V3\Environment
|
Returns | |
---|---|
Type | Description |
$this |
getDeployment
The name of the flow version
Deployment. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
environments/<Environment ID>/deployments/<Deployment ID>
.
Returns | |
---|---|
Type | Description |
string |
setDeployment
The name of the flow version
Deployment. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
environments/<Environment ID>/deployments/<Deployment ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |