Google Cloud Dialogflow v2 API - Class GetEntityTypeRequest (4.8.0)

public sealed class GetEntityTypeRequest : IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetEntityTypeRequest.

The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType].

Inheritance

Object > GetEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

GetEntityTypeRequest()

public GetEntityTypeRequest()

GetEntityTypeRequest(GetEntityTypeRequest)

public GetEntityTypeRequest(GetEntityTypeRequest other)
Parameter
NameDescription
otherGetEntityTypeRequest

Properties

EntityTypeName

public EntityTypeName EntityTypeName { get; set; }

EntityTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
EntityTypeName

LanguageCode

public string LanguageCode { get; set; }

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.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Required. The name of the entity type. Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>.

Property Value
TypeDescription
String