Dialogflow API (dialogflow:v3)

2023-09-08

2 new methods

Additions

    Methods
  • dialogflow.projects.locations.agents.getGenerativeSettings

      Description : Gets the generative settings for the agent.

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Parameter Order : name

      Parameters :

        languageCode

          Description : Required. Language code of the generative settings.

          Location : query

          Type : string

        name

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

          Description : Required. Format: `projects//locations//agents//generativeSettings`.

          Required : Yes

          Type : string

          Location : path

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

      Path : v3/{+name}

      HTTP Method : GET

  • dialogflow.projects.locations.agents.updateGenerativeSettings

      Parameters :

        name

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

          Location : path

          Required : Yes

          Description : Format: `projects//locations//agents//generativeSettings`.

          Type : string

        updateMask

          Type : string

          Location : query

          Description : Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

          Format : google-fieldmask

      Parameter Order : name

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

      HTTP Method : PATCH

      Description : Updates the generative settings for the agent.

      Scopes :

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