public sealed class DeleteAgentRequest : IMessage<DeleteAgentRequest>, IEquatable<DeleteAgentRequest>, IDeepCloneable<DeleteAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.DeleteAgent][google.cloud.dialogflow.cx.v3.Agents.DeleteAgent].
Implements
IMessage<DeleteAgentRequest>, IEquatable<DeleteAgentRequest>, IDeepCloneable<DeleteAgentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
DeleteAgentRequest()
public DeleteAgentRequest()
DeleteAgentRequest(DeleteAgentRequest)
public DeleteAgentRequest(DeleteAgentRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteAgentRequest |
Properties
AgentName
public AgentName AgentName { get; set; }
Property Value | |
---|---|
Type | Description |
AgentName |
Name
public string Name { get; set; }
Required. The name of the agent to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
Property Value | |
---|---|
Type | Description |
String |