public sealed class DeleteExampleRequest : IMessage<DeleteExampleRequest>, IEquatable<DeleteExampleRequest>, IDeepCloneable<DeleteExampleRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class DeleteExampleRequest.
Request message for [AgentService.DeleteExample][google.cloud.ces.v1.AgentService.DeleteExample].
Implements
IMessageDeleteExampleRequest, IEquatableDeleteExampleRequest, IDeepCloneableDeleteExampleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
DeleteExampleRequest()
public DeleteExampleRequest()DeleteExampleRequest(DeleteExampleRequest)
public DeleteExampleRequest(DeleteExampleRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteExampleRequest |
Properties
Etag
public string Etag { get; set; }Optional. The current etag of the example. 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 example, deletion will be blocked and an ABORTED error will be returned.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExampleName
public ExampleName ExampleName { get; set; }ExampleName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ExampleName |
|
Name
public string Name { get; set; }Required. The resource name of the example to delete.
| Property Value | |
|---|---|
| Type | Description |
string |
|