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"]],[["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-21 UTC."],[[["This page provides documentation for the `UpdateEntityTypeRequest` class within the Google Cloud Dialogflow V2 .NET library, covering versions from 3.2.0 to the latest 4.26.0."],["`UpdateEntityTypeRequest` is a class used to construct a request message for updating entity types in Dialogflow."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are common to protocol buffer messages and supports deep cloning and equality comparisons."],["Key properties of the `UpdateEntityTypeRequest` class include `EntityType`, `LanguageCode`, and `UpdateMask`, which are used to define the entity to update, specify the language, and control which fields are updated, respectively."],["The page provides links to the documentation for each version of `UpdateEntityTypeRequest` with version 4.26.0 being the most recent version."]]],[]]