Enum ImportFlowRequest.Types.ImportOption (1.7.0)

public enum ImportOption

Import option.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
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.

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.

Unspecified

Unspecified. Treated as KEEP.