Class GetEntityTypeRequest
The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class GetEntityTypeRequest : IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessage
Constructors
GetEntityTypeRequest()
Declaration
public GetEntityTypeRequest()
GetEntityTypeRequest(GetEntityTypeRequest)
Declaration
public GetEntityTypeRequest(GetEntityTypeRequest other)
Parameters
Type | Name | Description |
---|---|---|
Get |
other |
Properties
EntityTypeName
Entity
Declaration
public EntityTypeName EntityTypeName { get; set; }
Property Value
Type | Description |
---|---|
Entity |
LanguageCode
Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. The name of the entity type.
Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>
.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |