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
-
(::String) — Uncompressed raw byte content for flow.
Note: The following fields are mutually exclusive:
flow_content
,flow_uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#flow_content=
def flow_content=(value) -> ::String
-
value (::String) — Uncompressed raw byte content for flow.
Note: The following fields are mutually exclusive:
flow_content
,flow_uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Uncompressed raw byte content for flow.
Note: The following fields are mutually exclusive:
flow_content
,flow_uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#flow_uri
def flow_uri() -> ::String
-
(::String) — The URI to a file containing the exported flow. This field is populated
only if
flow_uri
is specified in ExportFlowRequest.Note: The following fields are mutually exclusive:
flow_uri
,flow_content
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#flow_uri=
def flow_uri=(value) -> ::String
-
value (::String) — The URI to a file containing the exported flow. This field is populated
only if
flow_uri
is specified in ExportFlowRequest.Note: The following fields are mutually exclusive:
flow_uri
,flow_content
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The URI to a file containing the exported flow. This field is populated
only if
flow_uri
is specified in ExportFlowRequest.Note: The following fields are mutually exclusive:
flow_uri
,flow_content
. If a field in that set is populated, all other fields in the set will automatically be cleared.