Required. The agent to list all entity types from. Supported formats: - projects/<Project ID>/agent - projects/<Project ID>/locations/<Location ID>/agent
Authorization requires the following IAM permission on the specified resource parent:
dialogflow.entityTypes.list
Query parameters
Parameters
languageCode
string
Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
pageSize
integer
Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
pageToken
string
Optional. The nextPageToken value returned from a previous list request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This webpage details how to list all entity types within a specified agent using a `GET` HTTP request to the provided endpoint."],["The request requires the `parent` path parameter, which specifies the agent in either `projects/\u003cProject ID\u003e/agent` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent` format."],["Optional query parameters, such as `languageCode`, `pageSize`, and `pageToken`, can be used to refine the data retrieved, such as by language or to manage pagination."],["The request body must be empty, and a successful response will contain an instance of `ListEntityTypesResponse`, providing the list of entity types."],["Authorization to perform this request requires specific IAM permissions (`dialogflow.entityTypes.list`) and one of the specified OAuth scopes (`https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`)."]]],[]]