public sealed class UpdateEntityTypeRequest : IMessage<UpdateEntityTypeRequest>, IEquatable<UpdateEntityTypeRequest>, IDeepCloneable<UpdateEntityTypeRequest>, IBufferMessage, IMessage
The request message for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.cx.v3.EntityTypes.UpdateEntityType].
The language of the following fields in entity_type:
EntityType.entities.value
EntityType.entities.synonyms
EntityType.excluded_phrases.value
If not specified, the agent's default language is used.
Many
languages
are supported.
Note: languages must be enabled in the agent before they can be used.
[[["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 document outlines the `UpdateEntityTypeRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for updating entity types in Dialogflow CX."],["The latest version documented is 2.23.0, and a history of versions from 1.0.0 to 2.23.0 is accessible via the provided links."],["The `UpdateEntityTypeRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `UpdateEntityTypeRequest` include `EntityType` to specify the entity type being updated, `LanguageCode` to define the language of entity fields, and `UpdateMask` to control the updated fields."],["The document provides information on the constructors of `UpdateEntityTypeRequest`, including a parameter for copying data from another instance of the same class."]]],[]]