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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>.

Returns:

  • (::String)

    The name of the flow version Deployment. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>.



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

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:



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

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