Dialogflow API (dialogflow:v3)

2023-10-03

2 new methods

Additions

    Methods
  • 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 :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • 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 :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • 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