Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ImportFlowResponse.
The response message for Flows.ImportFlow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#flow
def flow() -> ::String
Returns
-
(::String) — The unique identifier of the new flow.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.
#flow=
def flow=(value) -> ::String
Parameter
-
value (::String) — 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>
.