class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeployFlowRequest
The request message for Environments.DeployFlow.
Attributes
flow_version[RW]
Required. The flow version to deploy. Format: `projects//locations//agents// flows//versions/`. Corresponds to the JSON property `flowVersion` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 759 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3/classes.rb, line 764 def update!(**args) @flow_version = args[:flow_version] if args.key?(:flow_version) end