Module: Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/flow.rb

Overview

Import option.

Constant Summary collapse

IMPORT_OPTION_UNSPECIFIED =

Unspecified. Treated as KEEP.

0
KEEP =

Always respect settings in exported flow content. It may cause a import failure if some settings (e.g. custom NLU) are not supported in the agent to import into.

1
FALLBACK =

Fallback to default settings if some settings are not supported in the agent to import into. E.g. Standard NLU will be used if custom NLU is not available.

2