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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
344 345 346 347 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 344 class DeployFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#flow_version ⇒ ::String
Returns Required. The flow version to deploy.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
344 345 346 347 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 344 class DeployFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |