public sealed class UpdateEntityTypeRequest : IMessage<UpdateEntityTypeRequest>, IEquatable<UpdateEntityTypeRequest>, IDeepCloneable<UpdateEntityTypeRequest>, IBufferMessage, IMessage
The request message for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2.EntityTypes.UpdateEntityType].
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateEntityTypeRequest` class is used to update entity types within the Dialogflow V2 API, and it is available in various versions, with 4.26.0 being the latest."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer-based operations."],["The `UpdateEntityTypeRequest` class has properties to specify the entity type to be updated (`EntityType`), the language code for accessing language-specific data (`LanguageCode`), and a mask to control which fields are updated (`UpdateMask`)."],["The provided content lists the available versions, from 3.2.0 to the latest 4.26.0, of `UpdateEntityTypeRequest` within the `Google.Cloud.Dialogflow.V2` namespace."]]],[]]