Dialogflow API (dialogflow:v3)

2023-09-23

2 new methods

Additions

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

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Path: v3/{+parent}/intents:export

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

      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

          Type: string

          Location: path

          Required: Yes

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

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

      HTTP Method: POST

      Parameter Order: parent

  • dialogflow.projects.locations.agents.intents.import

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Flat Path: v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:import

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

      Parameter Order: parent

      HTTP Method: POST

      Parameters:

        parent

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

          Required: Yes

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

          Location: path

          Type: string

      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