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, which is used to update entity types within Google Cloud's Dialogflow CX."],["The latest version of this class is 2.23.0, but the document lists all versions from 1.0.0 to the latest, all using the same UpdateEntityTypeRequest class."],["The `UpdateEntityTypeRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this request include `EntityType` (the entity type to be updated), `LanguageCode` (for specifying the language of entity fields), and `UpdateMask` (for controlling which fields are updated)."],["The `UpdateEntityTypeRequest` has two constructors, one default and one that takes in another `UpdateEntityTypeRequest`."]]],[]]