Google Cloud Dialogflow v2 API - Class UpdateEntityTypeRequest (4.18.0)

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

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

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

Inheritance

object > UpdateEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

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

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

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The mask to control which fields get updated.

Property Value
TypeDescription
FieldMask