Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::ImportStrategy (v0.26.0)

Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::ImportStrategy.

Import strategies for the conflict resolution of resources (i.e. intents, entities, and webhooks) with identical display names during import operations.

Constants

IMPORT_STRATEGY_UNSPECIFIED

value: 0
Unspecified. Treated as 'CREATE_NEW'.

IMPORT_STRATEGY_CREATE_NEW

value: 1
Create a new resource with a numeric suffix appended to the end of the existing display name.

IMPORT_STRATEGY_REPLACE

value: 2
Replace existing resource with incoming resource in the content to be imported.

IMPORT_STRATEGY_KEEP

value: 3
Keep existing resource and discard incoming resource in the content to be imported.

IMPORT_STRATEGY_MERGE

value: 4
Combine existing and incoming resources when a conflict is encountered.

IMPORT_STRATEGY_THROW_ERROR

value: 5
Throw error if a conflict is encountered.