Class protos.google.cloud.dialogflow.v2.EntityTypes (6.6.0)

Represents an EntityTypes

Inheritance

$protobuf.rpc.Service > protos.google.cloud.dialogflow.v2.EntityTypes

Package

@google-cloud/dialogflow

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new EntityTypes service.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Methods

batchCreateEntities(request, callback)

public batchCreateEntities(request: google.cloud.dialogflow.v2.IBatchCreateEntitiesRequest, callback: google.cloud.dialogflow.v2.EntityTypes.BatchCreateEntitiesCallback): void;

Calls BatchCreateEntities.

Parameters
NameDescription
request IBatchCreateEntitiesRequest

BatchCreateEntitiesRequest message or plain object

callback BatchCreateEntitiesCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

batchCreateEntities(request)

public batchCreateEntities(request: google.cloud.dialogflow.v2.IBatchCreateEntitiesRequest): Promise<google.longrunning.Operation>;

Calls BatchCreateEntities.

Parameter
NameDescription
request IBatchCreateEntitiesRequest

BatchCreateEntitiesRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

batchDeleteEntities(request, callback)

public batchDeleteEntities(request: google.cloud.dialogflow.v2.IBatchDeleteEntitiesRequest, callback: google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntitiesCallback): void;

Calls BatchDeleteEntities.

Parameters
NameDescription
request IBatchDeleteEntitiesRequest

BatchDeleteEntitiesRequest message or plain object

callback BatchDeleteEntitiesCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

batchDeleteEntities(request)

public batchDeleteEntities(request: google.cloud.dialogflow.v2.IBatchDeleteEntitiesRequest): Promise<google.longrunning.Operation>;

Calls BatchDeleteEntities.

Parameter
NameDescription
request IBatchDeleteEntitiesRequest

BatchDeleteEntitiesRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

batchDeleteEntityTypes(request, callback)

public batchDeleteEntityTypes(request: google.cloud.dialogflow.v2.IBatchDeleteEntityTypesRequest, callback: google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntityTypesCallback): void;

Calls BatchDeleteEntityTypes.

Parameters
NameDescription
request IBatchDeleteEntityTypesRequest

BatchDeleteEntityTypesRequest message or plain object

callback BatchDeleteEntityTypesCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

batchDeleteEntityTypes(request)

public batchDeleteEntityTypes(request: google.cloud.dialogflow.v2.IBatchDeleteEntityTypesRequest): Promise<google.longrunning.Operation>;

Calls BatchDeleteEntityTypes.

Parameter
NameDescription
request IBatchDeleteEntityTypesRequest

BatchDeleteEntityTypesRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

batchUpdateEntities(request, callback)

public batchUpdateEntities(request: google.cloud.dialogflow.v2.IBatchUpdateEntitiesRequest, callback: google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntitiesCallback): void;

Calls BatchUpdateEntities.

Parameters
NameDescription
request IBatchUpdateEntitiesRequest

BatchUpdateEntitiesRequest message or plain object

callback BatchUpdateEntitiesCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

batchUpdateEntities(request)

public batchUpdateEntities(request: google.cloud.dialogflow.v2.IBatchUpdateEntitiesRequest): Promise<google.longrunning.Operation>;

Calls BatchUpdateEntities.

Parameter
NameDescription
request IBatchUpdateEntitiesRequest

BatchUpdateEntitiesRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

batchUpdateEntityTypes(request, callback)

public batchUpdateEntityTypes(request: google.cloud.dialogflow.v2.IBatchUpdateEntityTypesRequest, callback: google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypesCallback): void;

Calls BatchUpdateEntityTypes.

Parameters
NameDescription
request IBatchUpdateEntityTypesRequest

BatchUpdateEntityTypesRequest message or plain object

callback BatchUpdateEntityTypesCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

batchUpdateEntityTypes(request)

public batchUpdateEntityTypes(request: google.cloud.dialogflow.v2.IBatchUpdateEntityTypesRequest): Promise<google.longrunning.Operation>;

Calls BatchUpdateEntityTypes.

Parameter
NameDescription
request IBatchUpdateEntityTypesRequest

BatchUpdateEntityTypesRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

create(rpcImpl, requestDelimited, responseDelimited)

public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): EntityTypes;

Creates new EntityTypes service using the specified rpc implementation.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
EntityTypes

RPC service. Useful where requests and/or responses are streamed.

createEntityType(request, callback)

public createEntityType(request: google.cloud.dialogflow.v2.ICreateEntityTypeRequest, callback: google.cloud.dialogflow.v2.EntityTypes.CreateEntityTypeCallback): void;

Calls CreateEntityType.

Parameters
NameDescription
request ICreateEntityTypeRequest

CreateEntityTypeRequest message or plain object

callback CreateEntityTypeCallback

Node-style callback called with the error, if any, and EntityType

Returns
TypeDescription
void

createEntityType(request)

public createEntityType(request: google.cloud.dialogflow.v2.ICreateEntityTypeRequest): Promise<google.cloud.dialogflow.v2.EntityType>;

Calls CreateEntityType.

Parameter
NameDescription
request ICreateEntityTypeRequest

CreateEntityTypeRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.dialogflow.v2.EntityType>

Promise

deleteEntityType(request, callback)

public deleteEntityType(request: google.cloud.dialogflow.v2.IDeleteEntityTypeRequest, callback: google.cloud.dialogflow.v2.EntityTypes.DeleteEntityTypeCallback): void;

Calls DeleteEntityType.

Parameters
NameDescription
request IDeleteEntityTypeRequest

DeleteEntityTypeRequest message or plain object

callback DeleteEntityTypeCallback

Node-style callback called with the error, if any, and Empty

Returns
TypeDescription
void

deleteEntityType(request)

public deleteEntityType(request: google.cloud.dialogflow.v2.IDeleteEntityTypeRequest): Promise<google.protobuf.Empty>;

Calls DeleteEntityType.

Parameter
NameDescription
request IDeleteEntityTypeRequest

DeleteEntityTypeRequest message or plain object

Returns
TypeDescription
Promise<google.protobuf.Empty>

Promise

getEntityType(request, callback)

public getEntityType(request: google.cloud.dialogflow.v2.IGetEntityTypeRequest, callback: google.cloud.dialogflow.v2.EntityTypes.GetEntityTypeCallback): void;

Calls GetEntityType.

Parameters
NameDescription
request IGetEntityTypeRequest

GetEntityTypeRequest message or plain object

callback GetEntityTypeCallback

Node-style callback called with the error, if any, and EntityType

Returns
TypeDescription
void

getEntityType(request)

public getEntityType(request: google.cloud.dialogflow.v2.IGetEntityTypeRequest): Promise<google.cloud.dialogflow.v2.EntityType>;

Calls GetEntityType.

Parameter
NameDescription
request IGetEntityTypeRequest

GetEntityTypeRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.dialogflow.v2.EntityType>

Promise

listEntityTypes(request, callback)

public listEntityTypes(request: google.cloud.dialogflow.v2.IListEntityTypesRequest, callback: google.cloud.dialogflow.v2.EntityTypes.ListEntityTypesCallback): void;

Calls ListEntityTypes.

Parameters
NameDescription
request IListEntityTypesRequest

ListEntityTypesRequest message or plain object

callback ListEntityTypesCallback

Node-style callback called with the error, if any, and ListEntityTypesResponse

Returns
TypeDescription
void

listEntityTypes(request)

public listEntityTypes(request: google.cloud.dialogflow.v2.IListEntityTypesRequest): Promise<google.cloud.dialogflow.v2.ListEntityTypesResponse>;

Calls ListEntityTypes.

Parameter
NameDescription
request IListEntityTypesRequest

ListEntityTypesRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.dialogflow.v2.ListEntityTypesResponse>

Promise

updateEntityType(request, callback)

public updateEntityType(request: google.cloud.dialogflow.v2.IUpdateEntityTypeRequest, callback: google.cloud.dialogflow.v2.EntityTypes.UpdateEntityTypeCallback): void;

Calls UpdateEntityType.

Parameters
NameDescription
request IUpdateEntityTypeRequest

UpdateEntityTypeRequest message or plain object

callback UpdateEntityTypeCallback

Node-style callback called with the error, if any, and EntityType

Returns
TypeDescription
void

updateEntityType(request)

public updateEntityType(request: google.cloud.dialogflow.v2.IUpdateEntityTypeRequest): Promise<google.cloud.dialogflow.v2.EntityType>;

Calls UpdateEntityType.

Parameter
NameDescription
request IUpdateEntityTypeRequest

UpdateEntityTypeRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.dialogflow.v2.EntityType>

Promise