Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ExportFlowResponse.
The response message for Flows.ExportFlow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#flow_content
def flow_content() -> ::String
Returns
- (::String) — Uncompressed raw byte content for flow.
#flow_content=
def flow_content=(value) -> ::String
Parameter
- value (::String) — Uncompressed raw byte content for flow.
Returns
- (::String) — Uncompressed raw byte content for flow.
#flow_uri
def flow_uri() -> ::String
Returns
-
(::String) — The URI to a file containing the exported flow. This field is populated
only if
flow_uri
is specified in ExportFlowRequest.
#flow_uri=
def flow_uri=(value) -> ::String
Parameter
-
value (::String) — 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.