public sealed class DeleteAgentRequest : IMessage<DeleteAgentRequest>, IEquatable<DeleteAgentRequest>, IDeepCloneable<DeleteAgentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteAgentRequest.
The request message for [Agents.DeleteAgent][google.cloud.dialogflow.v2.Agents.DeleteAgent].
Implements
IMessageDeleteAgentRequest, IEquatableDeleteAgentRequest, IDeepCloneableDeleteAgentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
DeleteAgentRequest()
public DeleteAgentRequest()DeleteAgentRequest(DeleteAgentRequest)
public DeleteAgentRequest(DeleteAgentRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        DeleteAgentRequest | 
      
Properties
Parent
public string Parent { get; set; }Required. The project that the agent to delete is associated with.
Format: projects/<Project ID>.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
LocationName | 
        |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
ProjectName | 
        |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
IResourceName | 
        |