public sealed class DeleteToolsetRequest : IMessage<DeleteToolsetRequest>, IEquatable<DeleteToolsetRequest>, IDeepCloneable<DeleteToolsetRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class DeleteToolsetRequest.
Request message for [AgentService.DeleteToolset][google.cloud.ces.v1.AgentService.DeleteToolset].
Implements
IMessageDeleteToolsetRequest, IEquatableDeleteToolsetRequest, IDeepCloneableDeleteToolsetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
DeleteToolsetRequest()
public DeleteToolsetRequest()DeleteToolsetRequest(DeleteToolsetRequest)
public DeleteToolsetRequest(DeleteToolsetRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteToolsetRequest |
Properties
Etag
public string Etag { get; set; }Optional. The current etag of the toolset. If an etag is not provided, the deletion will overwrite any concurrent changes. If an etag is provided and does not match the current etag of the toolset, deletion will be blocked and an ABORTED error will be returned.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Force
public bool Force { get; set; }Optional. Indicates whether to forcefully delete the toolset, even if it is still referenced by app/agents.
- If
force = false, the deletion fails if any agents still reference the toolset. - If
force = true, all existing references from agents will be removed and the toolset will be deleted.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The resource name of the toolset to delete.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ToolsetName
public ToolsetName ToolsetName { get; set; }ToolsetName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ToolsetName |
|