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