Dialogflow API (dialogflow:v3beta1)

2023-09-08

2 new methods

Additions

    Methods
  • dialogflow.projects.locations.agents.updateGenerativeSettings

      Parameters:

        updateMask

          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

          Type: string

        name

          Required: Yes

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

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

          Location: path

          Type: string

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

      Description: Updates the generative settings for the agent.

      Path: v3beta1/{+name}

      Parameter Order: name

      HTTP Method: PATCH

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
  • dialogflow.projects.locations.agents.getGenerativeSettings

      Description: Gets the generative settings for the agent.

      Parameters:

        name

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

          Required: Yes

          Location: path

          Type: string

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

        languageCode

          Location: query

          Type: string

          Description: Required. Language code of the generative settings.

      Scopes:

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

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

      Parameter Order: name

      HTTP Method: GET