Class: Google::Cloud::Dialogflow::CX::V3::GetEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetEnvironmentRequest
- 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.GetEnvironment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the
Environment. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
156 157 158 159 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 156 class GetEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |