Dialogflow v3 API - Class GetEntityTypeRequest (2.17.0)

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].

Inheritance

object > GetEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.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; }

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
TypeDescription
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
TypeDescription
string