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