Dialogflow v3 API - Enum ImportIntentsRequest.Types.MergeOption (2.17.0)

public enum ImportIntentsRequest.Types.MergeOption

Reference documentation and code samples for the Dialogflow v3 API enum ImportIntentsRequest.Types.MergeOption.

Merge option when display name conflicts exist during import.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
Keep

Keep the original intent and discard the conflicting new intent when display name conflicts exist.

Merge

Merge the original intent with the new intent when display name conflicts exist.

Reject

DEPRECATED: Please use [REPORT_CONFLICT][ImportIntentsRequest.REPORT_CONFLICT] instead. Fail the request if there are intents whose display names conflict with the display names of intents in the agent.

Rename

Create new intents with new display names to differentiate them from the existing intents when display name conflicts exist.

Replace

Replace the original intent in the agent with the new intent when display name conflicts exist.

ReportConflict

Report conflict information if display names conflict is detected. Otherwise, import intents.

Unspecified

Unspecified. Should not be used.