public sealed class GetEntityTypeRequest : IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetEntityTypeRequest.
The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.cx.v3.EntityTypes.GetEntityType].
Implements
IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GetEntityTypeRequest()
public GetEntityTypeRequest()
GetEntityTypeRequest(GetEntityTypeRequest)
public GetEntityTypeRequest(GetEntityTypeRequest other)
Parameter | |
---|---|
Name | Description |
other | GetEntityTypeRequest |
Properties
EntityTypeName
public EntityTypeName EntityTypeName { get; set; }
EntityTypeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EntityTypeName |
LanguageCode
public string LanguageCode { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
Required. The name of the entity type.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/entityTypes/<Entity Type ID>
.
Property Value | |
---|---|
Type | Description |
String |