Class: Google::Cloud::Dialogflow::CX::V3::GetDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb
Overview
The request message for Deployments.GetDeployment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the
Deployment. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>
.
130 131 132 133 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb', line 130 class GetDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |