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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
environments/<Environment ID>/deployments/<Deployment ID>
.
361 362 363 364 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 361 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.
361 362 363 364 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 361 class DeployFlowResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |