Module: Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::RestoreOption
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/agent.rb
Overview
Restore option.
Constant Summary collapse
- RESTORE_OPTION_UNSPECIFIED =
Unspecified. Treated as KEEP.
0
- 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.
1
- FALLBACK =
Fallback to default settings if some settings are not supported in the target agent.
2