Class: Google::Cloud::Dialogflow::CX::V3::DeployFlowResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DeployFlowResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
The response message for Environments.DeployFlow.
Instance Attribute Summary collapse
-
#deployment ⇒ ::String
The name of the flow version Deployment.
-
#environment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Environment
The updated environment where the flow is deployed.
Instance Attribute Details
#deployment ⇒ ::String
Returns The name of the flow version
Deployment. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>
.
359 360 361 362 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 359 class DeployFlowResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Environment
Returns The updated environment where the flow is deployed.
359 360 361 362 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 359 class DeployFlowResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |