Dialogflow API (dialogflow:v3)

2024-02-09

2 new methods

Additions

    Methods
  • dialogflow.projects.locations.agents.entityTypes.export

      Path : v3/{+parent}/entityTypes:export

      Flat Path : v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes:export

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The name of the parent agent to export entity types. Format: `projects//locations//agents/`.

          Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Description : Exports the selected entity types.

  • dialogflow.projects.locations.agents.entityTypes.import

      Path : v3/{+parent}/entityTypes:import

      Flat Path : v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes:import

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The agent to import the entity types into. Format: `projects//locations//agents/`.

          Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Description : Imports the specified entitytypes into the agent.