Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CreateEnvironmentRequest.
The request message for Environments.CreateEnvironment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#environment
def environment() -> ::Google::Cloud::Dialogflow::CX::V3::Environment
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Environment) — Required. The environment to create.
#environment=
def environment=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Environment
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Environment) — Required. The environment to create.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Environment) — Required. The environment to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The Agent to create an
Environment for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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>
.