Class: Google::Cloud::Dialogflow::CX::V3::DeployFlowResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/environment.rb

Overview

The response message for Environments.DeployFlow.

Instance Attribute Summary collapse

Instance Attribute Details

#deployment::String

Returns 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>.



361
362
363
364
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 361

class DeployFlowResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#environment::Google::Cloud::Dialogflow::CX::V3::Environment

Returns The updated environment where the flow is deployed.

Returns:



361
362
363
364
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 361

class DeployFlowResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end