Class: Google::Cloud::Dialogflow::V2::DeleteEnvironmentRequest

Inherits:
Object
  • Object
show all
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

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 -.

Returns:

  • (::String)

    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