Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::DeployFlowRequest.
The request message for Environments.DeployFlow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#environment
def environment() -> ::String
Returns
-
(::String) — Required. The environment to deploy the flow to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>
.
#environment=
def environment=(value) -> ::String
Parameter
-
value (::String) — Required. The environment to deploy the flow to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>
.
Returns
-
(::String) — Required. The environment to deploy the flow to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>
.
#flow_version
def flow_version() -> ::String
Returns
-
(::String) — Required. The flow version to deploy.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ flows/<Flow ID>/versions/<Version ID>
.
#flow_version=
def flow_version=(value) -> ::String
Parameter
-
value (::String) — Required. The flow version to deploy.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ flows/<Flow ID>/versions/<Version ID>
.
Returns
-
(::String) — Required. The flow version to deploy.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ flows/<Flow ID>/versions/<Version ID>
.