Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest.
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
- (::String) — Uncompressed raw byte content for flow.
#flow_content=
def flow_content=(value) -> ::String
- value (::String) — Uncompressed raw byte content for flow.
- (::String) — Uncompressed raw byte content for flow.
#flow_import_strategy
def flow_import_strategy() -> ::Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy
- (::Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy) — Optional. Specifies the import strategy used when resolving resource conflicts.
#flow_import_strategy=
def flow_import_strategy=(value) -> ::Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy
- value (::Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy) — Optional. Specifies the import strategy used when resolving resource conflicts.
- (::Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy) — Optional. Specifies the import strategy used when resolving resource conflicts.
#flow_uri
def flow_uri() -> ::String
-
(::String) — The Google Cloud Storage URI
to import flow from. The format of this URI must be
gs://<bucket-name>/<object-name>
.Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.
#flow_uri=
def flow_uri=(value) -> ::String
-
value (::String) — The Google Cloud Storage URI
to import flow from. The format of this URI must be
gs://<bucket-name>/<object-name>
.Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.
-
(::String) — The Google Cloud Storage URI
to import flow from. The format of this URI must be
gs://<bucket-name>/<object-name>
.Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.
#import_option
def import_option() -> ::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption
-
(::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
-
value (::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption) — Flow import mode. If not specified,
KEEP
is assumed.
-
(::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption) — Flow import mode. If not specified,
KEEP
is assumed.
#parent
def parent() -> ::String
-
(::String) — Required. The agent to import the flow into.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The agent to import the flow into.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
-
(::String) — Required. The agent to import the flow into.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.