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

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Deployment.

Represents an deployment in an environment. A deployment happens when a flow version configured to be active in the environment. You can configure running pre-deployment steps, e.g. running validation test cases, experiment auto-rollout, etc.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#flow_version

def flow_version() -> ::String
Returns
  • (::String) — The name of the flow version for this deployment. Format: projects/

#flow_version=

def flow_version=(value) -> ::String
Parameter
  • value (::String) — The name of the flow version for this deployment. Format: projects/
Returns
  • (::String) — The name of the flow version for this deployment. Format: projects/

#name

def name() -> ::String
Returns
  • (::String) — The name of the deployment. Format: projects/

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the deployment. Format: projects/
Returns
  • (::String) — The name of the deployment. Format: projects/

#result

def result() -> ::Google::Cloud::Dialogflow::CX::V3::Deployment::Result
Returns

#result=

def result=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Deployment::Result
Parameter
Returns

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#state

def state() -> ::Google::Cloud::Dialogflow::CX::V3::Deployment::State
Returns

#state=

def state=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Deployment::State
Parameter
Returns