Class: Google::Cloud::Dialogflow::CX::V3::ImportFlowResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ImportFlowResponse
- 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
-
#flow ⇒ ::String
The unique identifier of the new flow.
Instance Attribute Details
#flow ⇒ ::String
Returns The unique identifier of the new flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
.
472 473 474 475 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 472 class ImportFlowResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |