public sealed class DeleteSessionEntityTypeRequest : IMessage<DeleteSessionEntityTypeRequest>, IEquatable<DeleteSessionEntityTypeRequest>, IDeepCloneable<DeleteSessionEntityTypeRequest>, IBufferMessage, IMessage
The request message for [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.DeleteSessionEntityType].
Inheritance
System.Object > DeleteSessionEntityTypeRequestImplements
Google.Protobuf.IMessage<DeleteSessionEntityTypeRequest>, System.IEquatable<DeleteSessionEntityTypeRequest>, Google.Protobuf.IDeepCloneable<DeleteSessionEntityTypeRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
DeleteSessionEntityTypeRequest()
public DeleteSessionEntityTypeRequest()
DeleteSessionEntityTypeRequest(DeleteSessionEntityTypeRequest)
public DeleteSessionEntityTypeRequest(DeleteSessionEntityTypeRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteSessionEntityTypeRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the session entity type to delete.
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 |
System.String |
SessionEntityTypeName
public SessionEntityTypeName SessionEntityTypeName { get; set; }
SessionEntityTypeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SessionEntityTypeName |