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].
Implements
IMessage<UpdateEntityTypeRequest>, IEquatable<UpdateEntityTypeRequest>, IDeepCloneable<UpdateEntityTypeRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
UpdateEntityTypeRequest()
public UpdateEntityTypeRequest()
UpdateEntityTypeRequest(UpdateEntityTypeRequest)
public UpdateEntityTypeRequest(UpdateEntityTypeRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateEntityTypeRequest |
Properties
EntityType
public EntityType EntityType { get; set; }
Required. The entity type to update.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
UpdateMask
public FieldMask UpdateMask { get; set; }
The mask to control which fields get updated.
Property Value | |
---|---|
Type | Description |
FieldMask |