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 webpage details the `UpdateEntityTypeRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.8.0 of the Dialogflow .NET library."],["`UpdateEntityTypeRequest` is a request message used to update entity types within Dialogflow, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one empty and another that takes another `UpdateEntityTypeRequest` object for copying."],["The `UpdateEntityTypeRequest` class includes properties such as `EntityType` (the entity type to update), `LanguageCode` (for specifying language-specific data), and `UpdateMask` (to control which fields are updated)."],["A list of links to the same class page for different versions of the library, ranging from 3.2.0 to 4.26.0, are readily available on this page."]]],[]]