Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::ImportStrategy (v1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]