Class UpdateEntityTypeRequest
The request message for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2.EntityTypes.UpdateEntityType].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class UpdateEntityTypeRequest : IMessage<UpdateEntityTypeRequest>, IEquatable<UpdateEntityTypeRequest>, IDeepCloneable<UpdateEntityTypeRequest>, IBufferMessage, IMessage
Constructors
UpdateEntityTypeRequest()
Declaration
public UpdateEntityTypeRequest()
UpdateEntityTypeRequest(UpdateEntityTypeRequest)
Declaration
public UpdateEntityTypeRequest(UpdateEntityTypeRequest other)
Parameters
Type | Name | Description |
---|---|---|
UpdateEntityTypeRequest | other |
Properties
EntityType
Required. The entity type to update.
Declaration
public EntityType EntityType { get; set; }
Property Value
Type | Description |
---|---|
EntityType |
LanguageCode
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.
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateMask
Optional. The mask to control which fields get updated.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
FieldMask |