class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ImportFlowResponse
The response message for Flows.ImportFlow.
Attributes
flow[RW]
The unique identifier of the new flow. Format: `projects//locations//agents// flows/`. Corresponds to the JSON property `flow` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 914 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_v2beta1/classes.rb, line 919 def update!(**args) @flow = args[:flow] if args.key?(:flow) end