The response message for Intents.ImportIntents
.
| JSON representation |
|---|
{
"intents"
:
[
string
]
,
"conflictingResources"
:
{
object (
|
| Fields | |
|---|---|
intents[]
|
The unique identifier of the imported intents. Format: |
conflictingResources
|
Info which resources have conflicts when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] mergeOption is set in ImportIntentsRequest. |
ConflictingResources
Conflicting resources detected during the import process. Only filled when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] is set in the request and there are conflicts in the display names.
| JSON representation |
|---|
{ "intentDisplayNames" : [ string ] , "entityDisplayNames" : [ string ] } |
| Fields | |
|---|---|
intentDisplayNames[]
|
Display names of conflicting intents. |
entityDisplayNames[]
|
Display names of conflicting entities. |

