Class: Google::Cloud::Dialogflow::V2::CreateEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::CreateEnvironmentRequest
- 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
-
#environment ⇒ ::Google::Cloud::Dialogflow::V2::Environment
Required.
-
#environment_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#environment ⇒ ::Google::Cloud::Dialogflow::V2::Environment
Returns Required. The environment to create.
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.
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
.
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 |