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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
environments/<Environment ID>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEnvironment
Required. The environment to deploy the flow to.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
environments/<Environment ID>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFlowVersion
Required. The flow version to deploy.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
flows/<Flow ID>/versions/<Version ID>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFlowVersion
Required. The flow version to deploy.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
flows/<Flow ID>/versions/<Version ID>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|