2023-10-03
▼ ▲ dialogflow.projects.locations.agents.intents.export
Flat Path: v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:export
HTTP Method: POST
Path: v3/{+parent}/intents:export
Parameter Order: parent
Scopes:
Description: Exports the selected intents. This method is a [long-running operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `Operation` type has the following method-specific fields: - `metadata`: ExportIntentsMetadata - `response`: ExportIntentsResponse
Parameters:
parent
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/agents/[^/]+$
Description: Required. The name of the parent agent to export intents. Format: `projects//locations//agents/`.
Required: Yes
Type: string
▼ ▲ dialogflow.projects.locations.agents.intents.import
Scopes:
Parameters:
parent
Location: path
Description: Required. The agent to import the intents into. Format: `projects//locations//agents/`.
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/agents/[^/]+$
Parameter Order: parent
HTTP Method: POST
Path: v3/{+parent}/intents:import
Description: Imports the specified intents into the agent. This method is a [long-running operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `Operation` type has the following method-specific fields: - `metadata`: ImportIntentsMetadata - `response`: ImportIntentsResponse
Flat Path: v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:import