Class ProjectsResource.LocationsResource.AgentResource.EntityTypesResource.EntitiesResource
The "entities" collection of methods.
Inheritance
Inherited Members
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)
Creates multiple new entities in the specified entity type. This method is a long-running
operation. The
returned Operation
type has the following method-specific fields: - metadata
: An empty
Struct
message
response
: An Empty message Note: You should always train an agent prior to sending it queries. See the training documentation.
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 | Required. The name of the entity type to create entities in. Supported formats: -
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentResource.EntityTypesResource.EntitiesResource.BatchCreateRequest |
BatchDelete(GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest, string)
Deletes entities in the specified entity type. This method is a long-running
operation. The
returned Operation
type has the following method-specific fields: - metadata
: An empty
Struct
message
response
: An Empty message Note: You should always train an agent prior to sending it queries. See the training documentation.
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 | Required. The name of the entity type to delete entries for. Supported formats: -
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentResource.EntityTypesResource.EntitiesResource.BatchDeleteRequest |
BatchUpdate(GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest, string)
Updates or creates multiple entities in the specified entity type. This method does not
affect entities in the entity type that aren't explicitly specified in the request. Note:
You should always train an agent prior to sending it queries. See the training
documentation. This method is a
long-running
operation. The
returned Operation
type has the following method-specific fields: - metadata
: An empty
Struct
message
response
: An Empty message
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 | Required. The name of the entity type to update or create entities in. Supported formats: -
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentResource.EntityTypesResource.EntitiesResource.BatchUpdateRequest |