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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>.

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.