public sealed class GetEntityTypeRequest : IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessage
The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.cx.v3.EntityTypes.GetEntityType].
The language to retrieve the entity type for. The following fields are
language dependent:
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.
Required. The name of the entity type.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/entityTypes/<Entity Type ID>.
[[["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 `GetEntityTypeRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for requesting entity type information in Google Cloud Dialogflow CX."],["The content lists various versions of the `GetEntityTypeRequest`, ranging from the latest version 2.23.0 down to version 1.0.0, all of which can be viewed via hyperlinks."],["The `GetEntityTypeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message handling."],["Key properties of the `GetEntityTypeRequest` class include `EntityTypeName`, which is a typed view of the resource name, `LanguageCode` which specifies the language for retrieving the entity type, and `Name` which represents the required entity type's name."],["This class also provides `GetEntityTypeRequest()` constructors, which allow the creation of new instances with or without an existing `GetEntityTypeRequest` object."]]],[]]