The unique identifier of the entity type. Required for EntityTypes.UpdateEntityType and EntityTypes.BatchUpdateEntityTypes methods. Supported formats: - projects/<Project ID>/agent/entityTypes/<Entity Type ID> - projects/<Project ID>/locations/<Location ID>/agent/entityTypes/<Entity
Type ID>
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.
[[["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 documentation describes how to update a specified entity type using a PATCH HTTP request to the designated endpoint, following the gRPC Transcoding syntax for URLs."],["The update process requires providing the unique identifier of the entity type through the `entityType.name` path parameter, which must follow specified formats."],["Optional query parameters such as `languageCode` and `updateMask` are available to access language-specific data and control which fields are updated, respectively."],["The request and response bodies both utilize an instance of `EntityType`, which represents the structure of the entity type being updated."],["Authorization for updating entity types requires one of the specified OAuth scopes, either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]