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.
171 172 173 174 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 171 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
171 172 173 174 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 171 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |