Class UpdateEntityTypeRequest (1.0.0)

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

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

Inheritance

System.Object > UpdateEntityTypeRequest

Implements

Google.Protobuf.IMessage<UpdateEntityTypeRequest>, System.IEquatable<UpdateEntityTypeRequest>, Google.Protobuf.IDeepCloneable<UpdateEntityTypeRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.String

UpdateMask

public FieldMask UpdateMask { get; set; }

The mask to control which fields get updated.

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.FieldMask