Dialogflow v3 API - Enum ImportFlowRequest.Types.ImportOption (2.17.0)

public enum ImportFlowRequest.Types.ImportOption

Reference documentation and code samples for the Dialogflow v3 API enum ImportFlowRequest.Types.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.