Class: Google::Cloud::Dialogflow::CX::V3::ExportFlowResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/flow.rb

Overview

The response message for Flows.ExportFlow.

Instance Attribute Summary collapse

Instance Attribute Details

#flow_content::String

Returns Uncompressed raw byte content for flow.

Returns:

  • (::String)

    Uncompressed raw byte content for flow.



514
515
516
517
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 514

class ExportFlowResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#flow_uri::String

Returns The URI to a file containing the exported flow. This field is populated only if flow_uri is specified in ExportFlowRequest.

Returns:

  • (::String)

    The URI to a file containing the exported flow. This field is populated only if flow_uri is specified in ExportFlowRequest.



514
515
516
517
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 514

class ExportFlowResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end