Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentResource.EntityTypesResource.EntitiesResource

The "entities" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentResource.EntityTypesResource.EntitiesResource
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.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentResource.EntityTypesResource.EntitiesResource

Constructors

EntitiesResource(IClientService)

Constructs a new resource.

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

Methods

BatchCreate(GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.EntityTypesResource.EntitiesResource.BatchCreateRequest BatchCreate(GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.EntityTypesResource.EntitiesResource.BatchCreateRequest

BatchDelete(GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest, string)

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

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.EntityTypesResource.EntitiesResource.BatchDeleteRequest

BatchUpdate(GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest, string)

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

The body of the request.

string parent

null

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