Class: Google::Cloud::Dialogflow::CX::V3::ImportFlowResponse

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.ImportFlow.

Instance Attribute Summary collapse

Instance Attribute Details

#flow::String

Returns The unique identifier of the new flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

Returns:

  • (::String)

    The unique identifier of the new flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.



471
472
473
474
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 471

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