Class: Google::Cloud::Dialogflow::CX::V3::DeployFlowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DeployFlowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
The request message for Environments.DeployFlow.
Instance Attribute Summary collapse
-
#environment ⇒ ::String
Required.
-
#flow_version ⇒ ::String
Required.
Instance Attribute Details
#environment ⇒ ::String
Returns Required. The environment to deploy the flow to.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
environments/<Environment ID>
.
345 346 347 348 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 345 class DeployFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#flow_version ⇒ ::String
Returns Required. The flow version to deploy.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
flows/<Flow ID>/versions/<Version ID>
.
345 346 347 348 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 345 class DeployFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |