Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ImportOption.
Import option.
Protobuf type google.cloud.dialogflow.cx.v3.ImportFlowRequest.ImportOption
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ImportFlowRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
IMPORT_OPTION_UNSPECIFIED
Value: 0
Unspecified. Treated as KEEP
.
Generated from protobuf enum IMPORT_OPTION_UNSPECIFIED = 0;
KEEP
Value: 1
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.
Generated from protobuf enum KEEP = 1;
FALLBACK
Value: 2
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.
Generated from protobuf enum FALLBACK = 2;