Dialogflow API (dialogflow:v2)

2025-09-25

4 new methods

Additions

    Methods
  • dialogflow.projects.locations.generators.evaluations.create

      Path : v2/{+parent}/evaluations

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The generator resource name. Format: `projects//locations//generators/`

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Description : Creates evaluation of a generator.

  • dialogflow.projects.locations.generators.evaluations.get

      Path : v2/{+name}

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations/{evaluationsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The generator evaluation resource name. Format: `projects//locations//generators//evaluations/`

          Pattern : ^projects/[^/]+/locations/[^/]+/generators/[^/]+/evaluations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Description : Gets an evaluation of generator.

  • dialogflow.projects.locations.generators.evaluations.list

      Path : v2/{+parent}/evaluations

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The generator resource name. Format: `projects//locations//generators/` Wildcard value `-` is supported on generator_id to list evaluations across all generators under same project.

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Maximum number of evaluations to return in a single page. By default 100 and at most 1000.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. The next_page_token value returned from a previous list request.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Description : Lists evaluations of generator.

  • dialogflow.projects.locations.generators.evaluations.delete

      Path : v2/{+name}

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/generators/{generatorsId}/evaluations/{evaluationsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. The generator evaluation resource name. Format: `projects//locations//generators// evaluations/`

          Pattern : ^projects/[^/]+/locations/[^/]+/generators/[^/]+/evaluations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Description : Deletes an evaluation of generator.