Dialogflow v3 API - Class UpdateEntityTypeRequest (2.15.0)

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

Reference documentation and code samples for the Dialogflow v3 API class UpdateEntityTypeRequest.

The request message for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.cx.v3.EntityTypes.UpdateEntityType].

Inheritance

object > UpdateEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

UpdateEntityTypeRequest()

public UpdateEntityTypeRequest()

UpdateEntityTypeRequest(UpdateEntityTypeRequest)

public UpdateEntityTypeRequest(UpdateEntityTypeRequest other)
Parameter
NameDescription
otherUpdateEntityTypeRequest

Properties

EntityType

public EntityType EntityType { get; set; }

Required. The entity type to update.

Property Value
TypeDescription
EntityType

LanguageCode

public string LanguageCode { get; set; }

The language of the following fields in entity_type:

  • 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

UpdateMask

public FieldMask UpdateMask { get; set; }

The mask to control which fields get updated.

Property Value
TypeDescription
FieldMask