Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::DeployFlowResponse (v0.12.0)

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

#environment=

def environment=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Environment
Parameter
Returns