Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::DeployFlowResponse.
The response message for Environments.DeployFlow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment
def deployment() -> ::String
Returns
-
(::String) — The name of the flow version Deployment.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>/deployments/<Deployment ID>
.
#deployment=
def deployment=(value) -> ::String
Parameter
-
value (::String) — The name of the flow version Deployment.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>/deployments/<Deployment ID>
.
Returns
-
(::String) — The name of the flow version Deployment.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>/deployments/<Deployment ID>
.
#environment
def environment() -> ::Google::Cloud::Dialogflow::CX::V3::Environment
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Environment) — The updated environment where the flow is deployed.
#environment=
def environment=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Environment
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Environment) — The updated environment where the flow is deployed.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Environment) — The updated environment where the flow is deployed.