Class: Google::Cloud::Dialogflow::V2::GetEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GetEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/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. Supported formats:
projects/<Project ID>/agent/environments/<Environment ID>
projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>
The environment ID for the default environment is -
.
184 185 186 187 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 184 class GetEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |