The request message for Flows.ImportFlow.
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 Google Cloud Storage URI
to import flow from. The format of this URI must be
gs://<bucket-name>/<object-name>
.
#flow_uri=
def flow_uri=(value) -> ::String
Parameter
-
value (::String) — The Google Cloud Storage URI
to import flow from. The format of this URI must be
gs://<bucket-name>/<object-name>
.
Returns
-
(::String) — The Google Cloud Storage URI
to import flow from. The format of this URI must be
gs://<bucket-name>/<object-name>
.
#import_option
def import_option() -> ::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption
Returns
-
(::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption) — Flow import mode. If not specified,
KEEP
is assumed.
#import_option=
def import_option=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption
Parameter
-
value (::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption) — Flow import mode. If not specified,
KEEP
is assumed.
Returns
-
(::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption) — Flow import mode. If not specified,
KEEP
is assumed.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The agent to import the flow into.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The agent to import the flow into.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
Returns
-
(::String) — Required. The agent to import the flow into.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.