Google Cloud Dialogflow v2beta1 API - Class DeleteAgentRequest (1.0.0-beta15)

public sealed class DeleteAgentRequest : IMessage<DeleteAgentRequest>, IEquatable<DeleteAgentRequest>, IDeepCloneable<DeleteAgentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class DeleteAgentRequest.

The request message for [Agents.DeleteAgent][google.cloud.dialogflow.v2beta1.Agents.DeleteAgent].

Inheritance

object > DeleteAgentRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DeleteAgentRequest()

public DeleteAgentRequest()

DeleteAgentRequest(DeleteAgentRequest)

public DeleteAgentRequest(DeleteAgentRequest other)
Parameter
NameDescription
otherDeleteAgentRequest

Properties

Parent

public string Parent { get; set; }

Required. The project that the agent to delete is associated with. Format: projects/<Project ID> or projects/<Project ID>/locations/<Location ID>.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName