public sealed class UpdateSessionEntityTypeRequest : IMessage<UpdateSessionEntityTypeRequest>, IEquatable<UpdateSessionEntityTypeRequest>, IDeepCloneable<UpdateSessionEntityTypeRequest>, IBufferMessage, IMessage
The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.UpdateSessionEntityType].
Inheritance
System.Object > UpdateSessionEntityTypeRequestImplements
Google.Protobuf.IMessage<UpdateSessionEntityTypeRequest>, System.IEquatable<UpdateSessionEntityTypeRequest>, Google.Protobuf.IDeepCloneable<UpdateSessionEntityTypeRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
UpdateSessionEntityTypeRequest()
public UpdateSessionEntityTypeRequest()
UpdateSessionEntityTypeRequest(UpdateSessionEntityTypeRequest)
public UpdateSessionEntityTypeRequest(UpdateSessionEntityTypeRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateSessionEntityTypeRequest |
Properties
SessionEntityType
public SessionEntityType SessionEntityType { get; set; }
Required. The session entity type to update.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>
or
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity
Type ID>
. If Environment ID
is not specified, we assume default 'draft'
environment.
Property Value | |
---|---|
Type | Description |
SessionEntityType |
UpdateMask
public FieldMask UpdateMask { get; set; }
The mask to control which fields get updated.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.FieldMask |