Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class RestoreOption.
Restore option.
Protobuf type google.cloud.dialogflow.cx.v3.RestoreAgentRequest.RestoreOption
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ RestoreAgentRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RESTORE_OPTION_UNSPECIFIED
Value: 0
Unspecified. Treated as KEEP.
Generated from protobuf enum RESTORE_OPTION_UNSPECIFIED = 0;
KEEP
Value: 1
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.
Generated from protobuf enum KEEP = 1;
FALLBACK
Value: 2
Fallback to default settings if some settings are not supported in the target agent.
Generated from protobuf enum FALLBACK = 2;