2023-10-03
▼ ▲ dialogflow.projects.locations.agents.intents.export
Parameter Order: parent
HTTP Method: POST
Flat Path: v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:export
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
Path: v3beta1/{+parent}/intents:export
Parameters:
parent
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/agents/[^/]+$
Required: Yes
Description: Required. The name of the parent agent to export intents. Format: `projects//locations//agents/`.
Location: path
▼ ▲ dialogflow.projects.locations.agents.intents.import
Scopes:
Parameter Order: parent
HTTP Method: POST
Flat Path: v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:import
Parameters:
parent
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/agents/[^/]+$
Location: path
Description: Required. The agent to import the intents into. Format: `projects//locations//agents/`.
Type: string
Path: v3beta1/{+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