clear_intents booleanClears workspace intents before importing. |
clear_entities booleanClears workspace entities before importing. |
clear_tags booleanClears workspace tags before importing. Note: should not be used in combination with extra_intent_tags or extra_phrase_tags since we will clear potentially referenced tags. |
merge_intents booleanTries to merge intents into existing ones if they can be found in the workspace. |
merge_entities booleanTries to merge entities into existing ones if they can be found in the workspace. |
merge_tags booleanTries to merge tags into existing ones if they can be found in the workspace. |
extra_intent_tags TagReference[]Add extra tags to imported intents. id stringUnique identifier of the tag. | name string(Optional) Only used when importing data that tag IDs are not defined yet. This will not be filled when requesting tagged objects. | protected booleanFor internal use. There is no guarantee that this will be properly filled. |
|
extra_phrase_tags TagReference[]Add extra tags to imported phrases. id stringUnique identifier of the tag. | name string(Optional) Only used when importing data that tag IDs are not defined yet. This will not be filled when requesting tagged objects. | protected booleanFor internal use. There is no guarantee that this will be properly filled. |
|
override_metadata booleanOverrides the description, color, and metadata of the workspace with the values of the imported file if they are supported in the received format. Supported formats: INTENTS_FORMAT_HF_JSON |
override_name booleanOverrides the name of the workspace with the value of the imported file if they are supported in the received format. Supported formats: INTENTS_FORMAT_HF_JSON |