Dialogflow API (dialogflow:v3beta1)

2023-09-23

2 new methods

Additions

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

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

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