Module: Google::Cloud::Dialogflow::CX::V3::ImportIntentsRequest::MergeOption

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/intent.rb

Overview

Merge option when display name conflicts exist during import.

Constant Summary collapse

MERGE_OPTION_UNSPECIFIED =

Unspecified. Should not be used.

0
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.

1
REPLACE =

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

2
MERGE =

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

3
RENAME =

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

4
REPORT_CONFLICT =

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

5
KEEP =

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

6