Class: Google::Cloud::Dialogflow::V2::DeleteEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::DeleteEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/environment.rb
Overview
The request message for Environments.DeleteEnvironment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the environment to delete. / Format:
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 -
.
240 241 242 243 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 240 class DeleteEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |