Class: Google::Cloud::Dialogflow::V2::CreateEnvironmentRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#environment::Google::Cloud::Dialogflow::V2::Environment

Returns Required. The environment to create.

Returns:



204
205
206
207
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 204

class CreateEnvironmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#environment_id::String

Returns Required. The unique id of the new environment.

Returns:

  • (::String)

    Required. The unique id of the new environment.



204
205
206
207
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 204

class CreateEnvironmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The agent to create an environment for. Supported formats:

  • projects/<Project ID>/agent
  • projects/<Project ID>/locations/<Location ID>/agent.

Returns:

  • (::String)

    Required. The agent to create an environment for. Supported formats:

    • projects/<Project ID>/agent
    • projects/<Project ID>/locations/<Location ID>/agent


204
205
206
207
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 204

class CreateEnvironmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end