class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ExportFlowResponse
The response message for Flows.ExportFlow.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @flow_content = args[:flow_content] if args.key?(:flow_content) @flow_uri = args[:flow_uri] if args.key?(:flow_uri) end