public enum ImportEntityTypesRequest.Types.MergeOption
Reference documentation and code samples for the Dialogflow v3 API enum ImportEntityTypesRequest.Types.MergeOption.
Merge option when display name conflicts exist during import.
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Fields |
|
---|---|
Name | Description |
Keep |
Keep the original entity type and discard the conflicting new entity type when display name conflicts exist. |
Merge |
Merge the original entity type with the new entity type when display name conflicts exist. |
Rename |
Create new entity types with new display names to differentiate them from the existing entity types when display name conflicts exist. |
Replace |
Replace the original entity type in the agent with the new entity type when display name conflicts exist. |
ReportConflict |
Report conflict information if display names conflict is detected. Otherwise, import entity types. |
Unspecified |
Unspecified. If used, system uses REPORT_CONFLICT as default. |