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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>/deployments/<Deployment ID>
.
132 133 134 135 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb', line 132 class GetDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |