Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.

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.

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年06月27日 UTC.