2025-09-25
▼ ▲ dialogflow.projects.locations.generators.evaluations.create
Path : v2beta1/{+parent}/evaluations
Flat Path : v2beta1/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 :
Description : Creates evaluation of a generator.
▼ ▲ dialogflow.projects.locations.generators.evaluations.get
Path : v2beta1/{+name}
Flat Path : v2beta1/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 :
Description : Gets an evaluation of generator.
▼ ▲ dialogflow.projects.locations.generators.evaluations.list
Path : v2beta1/{+parent}/evaluations
Flat Path : v2beta1/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 :
Description : Lists evaluations of generator.
▼ ▲ dialogflow.projects.locations.generators.evaluations.delete
Path : v2beta1/{+name}
Flat Path : v2beta1/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 :
Description : Deletes an evaluation of generator.