Show / Hide Table of Contents

Class ProjectsResource.AgentResource.EntityTypesResource

The "entityTypes" collection of methods.

Inheritance
object
ProjectsResource.AgentResource.EntityTypesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.AgentResource.EntityTypesResource

Constructors

EntityTypesResource(IClientService)

Constructs a new resource.

Declaration
public EntityTypesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Entities

Gets the Entities resource.

Declaration
public virtual ProjectsResource.AgentResource.EntityTypesResource.EntitiesResource Entities { get; }
Property Value
Type Description
ProjectsResource.AgentResource.EntityTypesResource.EntitiesResource

Methods

BatchDelete(GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest, string)

Declaration
public virtual ProjectsResource.AgentResource.EntityTypesResource.BatchDeleteRequest BatchDelete(GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.AgentResource.EntityTypesResource.BatchDeleteRequest

BatchUpdate(GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest, string)

Declaration
public virtual ProjectsResource.AgentResource.EntityTypesResource.BatchUpdateRequest BatchUpdate(GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.AgentResource.EntityTypesResource.BatchUpdateRequest

Create(GoogleCloudDialogflowV2EntityType, string)

Declaration
public virtual ProjectsResource.AgentResource.EntityTypesResource.CreateRequest Create(GoogleCloudDialogflowV2EntityType body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2EntityType body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.AgentResource.EntityTypesResource.CreateRequest

Delete(string)

Declaration
public virtual ProjectsResource.AgentResource.EntityTypesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.AgentResource.EntityTypesResource.DeleteRequest

Get(string)

Declaration
public virtual ProjectsResource.AgentResource.EntityTypesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.AgentResource.EntityTypesResource.GetRequest

List(string)

Declaration
public virtual ProjectsResource.AgentResource.EntityTypesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
ProjectsResource.AgentResource.EntityTypesResource.ListRequest

Patch(GoogleCloudDialogflowV2EntityType, string)

Declaration
public virtual ProjectsResource.AgentResource.EntityTypesResource.PatchRequest Patch(GoogleCloudDialogflowV2EntityType body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2EntityType body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.AgentResource.EntityTypesResource.PatchRequest
In this article
Back to top Generated by DocFX