Dialogflow v3 API - Enum RestoreAgentRequest.Types.RestoreOption (2.11.0)

public enum RestoreAgentRequest.Types.RestoreOption

Reference documentation and code samples for the Dialogflow v3 API enum RestoreAgentRequest.Types.RestoreOption.

Restore 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 target agent.

Keep

Always respect the settings from the exported agent file. It may cause a restoration failure if some settings (e.g. model type) are not supported in the target agent.

Unspecified

Unspecified. Treated as KEEP.