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."],[[["The content focuses on the `GetEntityTypeRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, which is used to request entity type information."],["This webpage documents the `GetEntityTypeRequest` class, outlining its inheritance, implemented interfaces, constructors, and properties, as well as including a full list of versions."],["The `GetEntityTypeRequest` class includes properties such as `EntityTypeName`, `LanguageCode`, and `Name`, which are used to specify the entity type, language, and the name of the request, respectively."],["The latest version of this class documented is 2.23.0, and the webpage lists versions all the way down to version 1.0.0, with most versions between 1.0.0 and 2.23.0 included."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide its capabilities."]]],[]]