public sealed class UpdateEntityTypeRequest : IMessage<UpdateEntityTypeRequest>, IEquatable<UpdateEntityTypeRequest>, IDeepCloneable<UpdateEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateEntityTypeRequest.
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-04-09 UTC."],[[["This page provides documentation for the `UpdateEntityTypeRequest` class within the Google Cloud Dialogflow CX v3 API, specifically version 2.22.0."],["The `UpdateEntityTypeRequest` class is used to send requests for updating entity types in Dialogflow CX, inheriting from and implementing several interfaces such as `IMessage` and `IEquatable`."],["The page lists available versions of the `UpdateEntityTypeRequest` documentation, ranging from version 2.23.0 (latest) down to 1.0.0."],["Key properties of the `UpdateEntityTypeRequest` class include `EntityType`, which is the entity type to be updated, `LanguageCode`, specifying the language of entity fields, and `UpdateMask`, controlling which fields are updated."],["The documentation details the constructors, properties, and inherited members of the `UpdateEntityTypeRequest` class, along with links to relevant .NET documentation and API references."]]],[]]