class Google::Apis::DialogflowV3::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_v3/classes.rb, line 2410
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 2415
def update!(**args)
  @flow = args[:flow] if args.key?(:flow)
end