ImportIntentsResponse

The response message for Intents.ImportIntents.

JSON representation
{
  "intents": [
    string
  ],
  "conflictingResources": {
    object (ConflictingResources)
  }
}
Fields
intents[]

string

The unique identifier of the imported intents. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

conflictingResources

object (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[]

string

Display names of conflicting intents.

entityDisplayNames[]

string

Display names of conflicting entities.