Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class MergeOption.
Merge option when display name conflicts exist during import.
Protobuf type google.cloud.dialogflow.cx.v3.ImportEntityTypesRequest.MergeOption
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ImportEntityTypesRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MERGE_OPTION_UNSPECIFIED
Value: 0
Unspecified. If used, system uses REPORT_CONFLICT as default.
Generated from protobuf enum MERGE_OPTION_UNSPECIFIED = 0;
REPLACE
Value: 1
Replace the original entity type in the agent with the new entity type when display name conflicts exist.
Generated from protobuf enum REPLACE = 1;
MERGE
Value: 2
Merge the original entity type with the new entity type when display name conflicts exist.
Generated from protobuf enum MERGE = 2;
RENAME
Value: 3
Create new entity types with new display names to differentiate them from the existing entity types when display name conflicts exist.
Generated from protobuf enum RENAME = 3;
REPORT_CONFLICT
Value: 4
Report conflict information if display names conflict is detected.
Otherwise, import entity types.
Generated from protobuf enum REPORT_CONFLICT = 4;
KEEP
Value: 5
Keep the original entity type and discard the conflicting new entity type when display name conflicts exist.
Generated from protobuf enum KEEP = 5;