Class: Google::Cloud::Dialogflow::CX::V3::CreateEnvironmentRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#environment::Google::Cloud::Dialogflow::CX::V3::Environment

Returns Required. The environment to create.

Returns:



169
170
171
172
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 169

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

#parent::String

Returns Required. The Agent to create an Environment for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

Returns:

  • (::String)

    Required. The Agent to create an Environment for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.



169
170
171
172
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 169

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