Show / Hide Table of Contents

Class ProjectsResource.AgentResource.EntityTypesResource.EntitiesResource

The "entities" collection of methods.

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

Constructors

EntitiesResource(IClientService)

Constructs a new resource.

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

Methods

BatchCreate(GoogleCloudDialogflowV2BatchCreateEntitiesRequest, string)

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

The body of the request.

string parent

null

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

BatchDelete(GoogleCloudDialogflowV2BatchDeleteEntitiesRequest, string)

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

The body of the request.

string parent

null

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

BatchUpdate(GoogleCloudDialogflowV2BatchUpdateEntitiesRequest, string)

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

The body of the request.

string parent

null

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